MCPcopy
hub / github.com/vpulim/node-soap / description

Method description

src/wsdl/elements.ts:522–529  ·  view source on GitHub ↗
(definitions: DefinitionsElement, xmlns: IXmlNs)

Source from the content-addressed store, hash-verified

520 public readonly allowedChildren = buildAllowedChildren(['extension', 'restriction']);
521
522 public description(definitions: DefinitionsElement, xmlns: IXmlNs) {
523 for (const child of this.children) {
524 if (child instanceof ExtensionElement || child instanceof RestrictionElement) {
525 return child.description(definitions, xmlns);
526 }
527 }
528 return {};
529 }
530}
531
532export class SimpleContentElement extends Element {

Callers

nothing calls this directly

Calls 1

descriptionMethod · 0.45

Tested by

no test coverage detected