MCPcopy Create free account
hub / github.com/apple/foundationdb / main

Method main

recipes/java-recipes/MicroTable.java:290–293  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

288 }
289
290 public static void main(String[] args) {
291 clearSubspace(db, table);
292 smokeTest();
293 }
294
295}

Callers

nothing calls this directly

Calls 2

clearSubspaceMethod · 0.95
smokeTestMethod · 0.95

Tested by

no test coverage detected