MCPcopy
hub / github.com/callstack/agent-device / isDeclarationEnd

Function isDeclarationEnd

src/utils/xml.ts:314–316  ·  view source on GitHub ↗
(state: DeclarationScanState, char: string)

Source from the content-addressed store, hash-verified

312}
313
314function isDeclarationEnd(state: DeclarationScanState, char: string): boolean {
315 return char === '>' && state.bracketDepth === 0;
316}
317
318function assertSafeXmlAttributeName(name: string): void {
319 if (UNSAFE_XML_ATTRIBUTE_NAMES.has(name)) {

Callers 1

updateDeclarationScanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected