Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ testConstructor
Method
testConstructor
src/test/java/org/mapdb/AtomicLongTest.java:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
* constructor initializes to given value
29
*/
30
public
void
testConstructor(){
31
assertEquals(1,ai.get());
32
}
33
34
/*
35
* default constructed initializes to zero
Callers
nothing calls this directly
Calls
1
get
Method · 0.65
Tested by
no test coverage detected