MCPcopy 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

clearSubspaceMethod · 0.95
smokeTestMethod · 0.95

Tested by

no test coverage detected