Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
buildEntrySet
Function · 0.80
findInstr
Function · 0.80
optimizeAllJumps
Function · 0.80
parseInstruction
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected