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

Method ReadS16

view/macho/objc.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44int16_t MachoObjCReader::ReadS16()
45{
46 return static_cast<int16_t>(m_reader.Read16());
47}
48
49int32_t MachoObjCReader::ReadS32()
50{

Callers

nothing calls this directly

Calls 1

Read16Method · 0.45

Tested by

no test coverage detected