Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ main
Method
main
recipes/java-recipes/MicroGraph.java:210–213 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
208
}
209
210
public
static
void
main(String[] args) {
211
clearSubspace(db, graph);
212
smokeTest();
213
}
214
215
}
Callers
nothing calls this directly
Calls
2
clearSubspace
Method · 0.95
smokeTest
Method · 0.95
Tested by
no test coverage detected