Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
readAttributes
Function · 0.85
parseNode
Function · 0.85
parseXml
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected