MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / CheckLength

Method CheckLength

Libraries/snappy/snappy.cc:1156–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1154 }
1155
1156 inline bool CheckLength() const {
1157 return op_ == op_limit_;
1158 }
1159
1160 inline bool Append(const char* ip, size_t len) {
1161 char* op = op_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected