Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TileDB-Inc/TileDB
/ main
Function
main
examples/cpp_api/array_metadata.cc:134–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
int main() {
135
create_array();
136
write_array_metadata();
137
read_array_metadata();
138
139
return 0;
140
}
Callers
nothing calls this directly
Calls
3
create_array
Function · 0.70
write_array_metadata
Function · 0.70
read_array_metadata
Function · 0.70
Tested by
no test coverage detected