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

Method Peek

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

Source from the content-addressed store, hash-verified

113 GenericStringStream(const Ch *src) : src_(src), head_(src) {}
114
115 Ch Peek() const { return *src_; }
116 Ch Take() { return *src_++; }
117 size_t Tell() const { return static_cast<size_t>(src_ - head_); }
118

Callers 1

WriteStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected