MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / EnableGlobalInsert

Function EnableGlobalInsert

Insights.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void EnableGlobalInsert(GlobalInserts idx)
97{
98 gGlobalInserts[static_cast<size_t>(idx)].first = true;
99}
100
101} // namespace clang::insights
102

Callers 10

InsertCoroutineMethod · 0.85
InsertArgMethod · 0.85
InsertMethodBodyMethod · 0.85
mainFunction · 0.85
CallVecDeleteFunction · 0.85
CallVecDtorFunction · 0.85
InsertArgMethod · 0.85
CallVecNewFunction · 0.85
CallVecCtorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected