MCPcopy Create free account
hub / github.com/glideapps/quicktype / currentLocation

Function currentLocation

src/Source.ts:188–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186 }
187
188 function currentLocation(): Location {
189 return { line: lines.length, column: flattenCurrentLine().length };
190 }
191
192 function finishLine(): void {
193 lines.push(flattenCurrentLine());

Callers 1

serializeToStringArrayFunction · 0.85

Calls 1

flattenCurrentLineFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…