Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructor
Method · 0.95
getAttributeTokens
Method · 0.45
resolve
Method · 0.45
Calls
1
createToken
Method · 0.45
Tested by
no test coverage detected