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

Method front

src/e9patch/e9patch.h:500–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498
499 InstrSet();
500 Instr *front() const
501 {
502 return (lb >= ub? nullptr: lb);
503 }
504 Instr *back() const
505 {
506 return (lb >= ub? nullptr: ub-1);

Callers 4

buildEntrySetFunction · 0.80
findInstrFunction · 0.80
optimizeAllJumpsFunction · 0.80
parseInstructionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected