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

Function localOf

apps/sim/tools/workday/soap.ts:409–412  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

407 }
408
409 function localOf(name: string): string {
410 const idx = name.indexOf(':')
411 return idx === -1 ? name : name.slice(idx + 1)
412 }
413
414 function parseNode(): XmlNode {
415 if (xml[i] !== '<') throw new Error(`Expected '<' at ${i}`)

Callers 1

parseNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected