MCPcopy Index your code
hub / github.com/lingodotdev/lingo.dev / key

Function key

packages/cli/src/cli/utils/buckets.ts:338–338  ·  view source on GitHub ↗
(i: number, j: number)

Source from the content-addressed store, hash-verified

336 };
337 const forbid = options?.forbid;
338 const key = (i: number, j: number) => `${i}|${j}`;
339 const dfs = (i: number, j: number): boolean => {
340 const memoKey = key(i, j);
341 if (memo.has(memoKey)) {

Callers 2

dfsFunction · 0.85
alignPatternToSourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected