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

Method Peek

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

Source from the content-addressed store, hash-verified

154 bool HasBOM() const { return hasBOM_; }
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

Callers 2

EncodedInputStreamMethod · 0.45
PeekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected