MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / Tell

Method Tell

rapidjson/stream.h:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 Ch Peek() const { return *src_; }
116 Ch Take() { return *src_++; }
117 size_t Tell() const { return static_cast<size_t>(src_ - head_); }
118
119 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; }
120 void Put(Ch) { RAPIDJSON_ASSERT(false); }

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected