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

Function main

examples/cpp_api/object.cc:129–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129int main() {
130 create_hierarchy();
131 list_obj("my_group");
132 move_remove_obj(); // Renames `my_group` to `my_group_2`
133 list_obj("my_group_2");
134
135 return 0;
136}

Callers

nothing calls this directly

Calls 3

create_hierarchyFunction · 0.70
list_objFunction · 0.70
move_remove_objFunction · 0.70

Tested by

no test coverage detected