MCPcopy Create free account
hub / github.com/Samsung/UTopia / start

Method start

lib/inputfilter/GroupFilter.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 : FilterName(FilterName), NextFilter(std::move(NextFilter)) {}
8
9void GroupFilter::start(
10 std::map<unsigned, std::shared_ptr<Definition>> &DefMap) {
11 check(DefMap);
12 if (NextFilter)
13 NextFilter->start(DefMap);
14}
15
16} // namespace ftg

Callers 6

generateMethod · 0.45
generateDefinitionsMethod · 0.45
normalize_commandMethod · 0.45
checkMethod · 0.45
checkNoneMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 3

checkMethod · 0.36
checkNoneMethod · 0.36
TEST_FFunction · 0.36