Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/nativescript-angular
/ toString
Function
toString
nativescript-angular/element-registry.ts:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
toString() {
39
return
`${this.nodeName}(${this.id})`;
40
}
41
}
42
43
export
class
CommentNode extends InvisibleNode {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected