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

Method name

tiledb/sm/cpp_api/object.h:147–149  ·  view source on GitHub ↗

Returns the object optional Name. */

Source from the content-addressed store, hash-verified

145
146 /** Returns the object optional Name. */
147 std::optional<std::string> name() const {
148 return name_;
149 }
150
151 /** Compares configs for equality. */
152 bool operator==(const Object& rhs) const {

Callers 6

resize_buffersMethod · 0.45
set_query_buffersMethod · 0.45
non_empty_domainMethod · 0.45
attributesMethod · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected