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

Method description

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

Source from the content-addressed store, hash-verified

532export class SimpleContentElement extends Element {
533 public readonly allowedChildren = buildAllowedChildren(['extension']);
534 public description(definitions: DefinitionsElement, xmlns: IXmlNs) {
535 for (const child of this.children) {
536 if (child instanceof ExtensionElement) {
537 return child.description(definitions, xmlns);
538 }
539 }
540 return {};
541 }
542}
543
544export class SequenceElement extends Element {

Callers

nothing calls this directly

Calls 1

descriptionMethod · 0.45

Tested by

no test coverage detected