MCPcopy Create free account
hub / github.com/GJDuck/e9patch / back

Method back

src/e9patch/e9patch.h:504–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502 return (lb >= ub? nullptr: lb);
503 }
504 Instr *back() const
505 {
506 return (lb >= ub? nullptr: ub-1);
507 }
508 Instr *end() const
509 {
510 return (lb >= ub? nullptr: ub);

Callers 5

buildEntrySetFunction · 0.80
queueFlushFunction · 0.80
parsePEMethod · 0.80
main_2Function · 0.80
popMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected