MCPcopy Create free account
hub / github.com/KDAB/codebrowser / shouldProcess

Method shouldProcess

generator/annotator.cpp:176–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176bool Annotator::shouldProcess(clang::FileID FID)
177{
178 auto it = cache.find(FID);
179 if (it == cache.end()) {
180 htmlNameForFile(FID);
181 it = cache.find(FID);
182 assert(it != cache.end());
183 }
184 return it->second.first;
185}
186
187
188std::string Annotator::htmlNameForFile(clang::FileID id)

Callers 9

MacroExpandsMethod · 0.45
MacroDefinedMethod · 0.45
MacroUndefinedMethod · 0.45
InclusionDirectiveMethod · 0.45
DefinedMethod · 0.45
HandlePPCondMethod · 0.45
htmlNameForFileMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected