MCPcopy Index your code
hub / github.com/simstudioai/sim / skipWhitespace

Function skipWhitespace

apps/sim/tools/workday/soap.ts:337–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

335 const len = xml.length
336
337 function skipWhitespace() {
338 while (i < len && xml.charCodeAt(i) <= 32) i++
339 }
340
341 function readName(): string {
342 const start = i

Callers 3

readAttributesFunction · 0.85
parseNodeFunction · 0.85
parseXmlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected