/** * Unit tests for the shared edge-helper utilities. * * These helpers live on the lang-adapter contract layer; any adapter * resolver consumes them to push CallEdges into the * `edgesByOwner` map and to keep per-confidence counters in sync. The * tests exercise both helpers directly so any future change to the * 80-char truncation contract or the creation-edge text prefix is * caught at the unit level instead of via downstream adapter tests. */ export {}; //# sourceMappingURL=edge-helpers.test.d.ts.map