MCPcopy Create free account
hub / github.com/baidu/tera / IsHashTable

Method IsHashTable

src/sdk/table_impl.h:657–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655 }
656
657 virtual bool IsHashTable() { return impl_->IsHashTable(); }
658
659 virtual std::function<std::string(const std::string&)> GetHashMethod() {
660 return impl_->GetHashMethod();

Callers

nothing calls this directly

Calls 1

IsHashTableMethod · 0.45

Tested by

no test coverage detected