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

Method IsNotifyEnabled

src/sdk/schema_impl.cc:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74void CFDescImpl::DisableNotify() { is_notify_enabled_ = false; }
75
76bool CFDescImpl::IsNotifyEnabled() const { return is_notify_enabled_; }
77
78void CFDescImpl::SetType(const std::string& type) { type_ = type; }
79

Callers 2

TableDescToSchemaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected