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

Method Take

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

Source from the content-addressed store, hash-verified

155
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

Callers 3

EncodedInputStreamMethod · 0.45
TakeMethod · 0.45
DetectTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected