MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / main

Function main

tiledb/sm/array/test/compile_array_main.cc:37–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35using namespace tiledb::sm;
36
37int main() {
38 Config config;
39 auto logger = make_shared<Logger>(HERE(), "foo");
40 ContextResources resources(config, logger, 1, 1, "");
41
42 ConsistencyController controller;
43 Array array(resources, URI{}, controller);
44
45 (void)array.is_empty();
46 (void)controller.is_open(URI("test"));
47
48 return 0;
49}

Callers

nothing calls this directly

Calls 3

URIClass · 0.50
is_emptyMethod · 0.45
is_openMethod · 0.45

Tested by

no test coverage detected