Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TypeStrong/ts-node
/ seqGenerator
Function
seqGenerator
src/test/resolver.spec.ts:811–816 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
809
}
810
811
function
seqGenerator() {
812
let
next = 0;
813
return
function
() {
814
return
padStart(
''
+ next++, 4,
'0'
);
815
};
816
}
Callers
1
resolver.spec.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…