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

Method PeekString

demangler/msvc/demangle_msvc.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45string Demangle::Reader::PeekString(size_t count)
46{
47 if (count > Length())
48 throw DemangleException();
49 return m_data.substr(0, count);
50}
51
52
53char Demangle::Reader::Peek()

Callers 4

DemangleVarTypeMethod · 0.45
GetNameTypeMethod · 0.45
DemangleNameMethod · 0.45

Calls 1

DemangleExceptionClass · 0.70

Tested by

no test coverage detected