MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / FindFunction

Method FindFunction

src/IFaceTable.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44const IFaceFunction *IFaceTable::FindFunction(const char *name) const {
45 return binary_find(functions.cbegin(), functions.cend(), name);
46}
47
48const IFaceFunction *IFaceTable::FindFunctionByConstantName(const char *name) const {
49 if (strncmp(name, prefix, strlen(prefix)) == 0) {

Callers 1

push_iface_functionFunction · 0.45

Calls 1

binary_findFunction · 0.85

Tested by

no test coverage detected