MCPcopy Create free account
hub / github.com/apache/brpc / schema

Method schema

src/brpc/policy/rtmp_protocol.cpp:264–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 C1S1Base() : _schema(INVALID_SCHEMA) {}
263 bool Save(void* buf) const;
264 C1S1Schema schema() const { return _schema; }
265protected:
266 bool ComputeDigestBase(const void* key, int key_size, void* digest) const;
267 C1S1Schema _schema;

Callers 2

GenerateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected