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

Method Tell

rapidjson/encodedstream.h:158–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 Ch Peek() const { return current_; }
157 Ch Take() { Ch c = current_; current_ = takeFunc_(*is_); return c; }
158 size_t Tell() const { return is_->Tell(); }
159
160 // Not implemented
161 void Put(Ch) { RAPIDJSON_ASSERT(false); }

Callers 2

TellFunction · 0.45
TellMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected