Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jsdoc/jsdoc
/ get
Function
get
lib/jsdoc/src/astnode.js:83–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
newProperties.parentId = {
82
enumerable: true,
83
get() {
84
return
this.parent ? this.parent.nodeId : null;
85
}
86
};
87
}
88
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected