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

Method AppendSizeToken

lang/rust/pseudorust.cpp:211–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210
211void PseudoRustFunction::AppendSizeToken(size_t size, bool isSigned, HighLevelILTokenEmitter& emitter)
212{
213 const auto token = GetSizeToken(size, isSigned);
214 if (!token.empty())
215 emitter.Append(TypeNameToken, token);
216}
217
218
219void PseudoRustFunction::AppendSingleSizeToken(

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
AppendMethod · 0.45

Tested by

no test coverage detected