Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ arrayStore
Method
arrayStore
src/test/resources/pta/basic/Array.java:14–16 ·
view source on GitHub ↗
(Object[] a, Object o)
Source
from the content-addressed store, hash-verified
12
}
13
14
private
static
void
arrayStore(Object[] a, Object o) {
15
a[0] = o;
16
}
17
}
18
19
class
A {
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected