MCPcopy Create free account
hub / github.com/Kitware/CMake / find

Function find

Help/guide/tutorial/Step11/SimpleTest/SimpleTest.h:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 return registry();
43}
44inline TestFunc find(std::string_view name)
45{
46 auto it = registry().find(name);
47 return it == registry().end() ? nullptr : it->second;
48}
49
50}
51

Callers 15

findMethod · 0.50
json_value.cppFile · 0.50
getMethod · 0.50
isMemberMethod · 0.50
findMethod · 0.50
find_first_ofMethod · 0.50
find_last_ofMethod · 0.50
find_first_not_ofMethod · 0.50
find_last_not_ofMethod · 0.50
consume_root_nameMethod · 0.50
ReadJSONFileMethod · 0.50
AddLinkEntriesMethod · 0.50

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…