Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ShiftLeftSecurity/overflowdb
/ property
Method
property
core/src/main/java/overflowdb/NodeRef.java:181–184 ·
view source on GitHub ↗
(String propertyKey)
Source
from the content-addressed store, hash-verified
179
}
180
181
@Override
182
public
Object property(String propertyKey) {
183
return
this.get().property(propertyKey);
184
}
185
186
@Override
187
public
<A> A property(PropertyKey<A> key) {
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected