Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ operator<
Method
operator<
src/e9patch/e9trampoline.cpp:100–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
bool operator<(const Label &l) const
101
{
102
if (addr != l.addr)
103
return (addr < l.addr);
104
return (strcmp(name, l.name) < 0);
105
}
106
};
107
typedef std::map<Label, intptr_t> LabelSet;
108
Callers
nothing calls this directly
Calls
1
strcmp
Function · 0.85
Tested by
no test coverage detected