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

Method getAttributeTokens

src/parser/ParserConfig.ts:297–300  ·  view source on GitHub ↗
(ns: Namespace, name: string)

Source from the content-addressed store, hash-verified

295 }
296
297 getAttributeTokens(ns: Namespace, name: string) {
298 const id = this.addNamespace(ns);
299 return(this.namespaceList[id].addAttribute(name).tokenList);
300 }
301
302 /** If true, object is a clone sharing data with a parent object. */
303 private isLinked: boolean;

Callers 4

registerTokensMethod · 0.95
jsxRegisterMethod · 0.95
jsxExpandFunction · 0.80
defineTypeMethod · 0.80

Calls 2

addNamespaceMethod · 0.95
addAttributeMethod · 0.45

Tested by

no test coverage detected