MCPcopy Create free account
hub / github.com/cloudydeno/aws-api / throwMissingKeys

Method throwMissingKeys

lib/encoding/xml.ts:91–95  ·  view source on GitHub ↗
(missingKeys: Iterable<string|number|symbol>)

Source from the content-addressed store, hash-verified

89 }
90
91 throwMissingKeys(missingKeys: Iterable<string|number|symbol>): never {
92 throw new Error(`BUG: XmlNode ${JSON.stringify(this.name)
93 } missing required keys ${JSON.stringify(Array.from(missingKeys))
94 } - had keys ${JSON.stringify(Array.from(new Set(this.children.map(x => x.name))))}`);
95 }
96}
97
98/**

Callers 2

firstMethod · 0.95
stringsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected