MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / scan

Method scan

common/script/scriptcatalog.cpp:80–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80std::vector<ScriptCatalog::Entry> ScriptCatalog::scan(const std::vector<Root>& universalRoots, const std::vector<Root>& specificRoots)
81{
82 std::vector<Entry> entries;
83 scanSection(universalRoots, true, entries);
84 if (!specificRoots.empty()) {
85 scanSection(specificRoots, false, entries);
86 }
87 return entries;
88}

Callers 2

get_tokenMethod · 0.80

Calls 2

scanSectionFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected