MCPcopy Create free account
hub / github.com/charto/cxml / addAttribute

Method addAttribute

src/parser/ParserNamespace.ts:53–55  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

51 }
52
53 addAttribute(name: string) {
54 return(this.attributeSet.createToken(name, this));
55 }
56
57 public base: Namespace;
58 private native: NativeNamespace;

Callers 3

constructorMethod · 0.95
getAttributeTokensMethod · 0.45
resolveMethod · 0.45

Calls 1

createTokenMethod · 0.45

Tested by

no test coverage detected