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

Function check_dump

test/src/unit-cppapi-fill_values.cc:44–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42using namespace tiledb;
43
44void check_dump(const Attribute& attr, const std::string& gold_out) {
45 std::stringstream ss;
46 ss << attr;
47 CHECK(gold_out == ss.str());
48
49 // Clean up
50 Context ctx;
51 VFS vfs(ctx);
52}
53
54void create_array_1d(
55 const std::string& array_name,

Callers 1

Calls 1

strMethod · 0.80

Tested by

no test coverage detected