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

Function intervalLength

src/Strings.ts:352–357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

350 }
351
352 function intervalLength(): number {
353 if (intervalStart === undefined) {
354 return panic("Tried to get interval length without starting one");
355 }
356 return i - intervalStart;
357 }
358
359 for (;;) {
360 skipNonWord();

Callers 1

splitIntoWordsFunction · 0.85

Calls 1

panicFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…