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

Function find

Help/guide/tutorial/Complete/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

nothing calls this directly

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…