Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ p
Method
p
src/main/java/com/volmit/adapt/util/Violator.java:79–81 ·
view source on GitHub ↗
(String n, Object o)
Source
from the content-addressed store, hash-verified
77
}
78
79
private
static
void
p(String n, Object o) {
80
nodes.put(n, o);
81
}
82
83
private
static
boolean h(String n) {
84
return
nodes.containsKey(n);
Callers
7
getConstructor
Method · 0.95
getField
Method · 0.95
getDeclaredField
Method · 0.95
getMethod
Method · 0.95
getDeclaredMethod
Method · 0.95
getAnnotation
Method · 0.95
getDeclaredAnnotation
Method · 0.95
Calls
1
put
Method · 0.45
Tested by
no test coverage detected