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

Function startInterval

src/Strings.ts:329–332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

327 }
328
329 function startInterval(): void {
330 assert(intervalStart === undefined, "Interval started before last one was committed");
331 intervalStart = i;
332 }
333
334 function commitInterval(): void {
335 if (intervalStart === undefined) {

Callers 1

splitIntoWordsFunction · 0.85

Calls 1

assertFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…