Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
void EnableGlobalInsert(GlobalInserts idx)
97
{
98
gGlobalInserts[static_cast<size_t>(idx)].first = true;
99
}
100
101
} // namespace clang::insights
102
Callers
10
InsertCoroutine
Method · 0.85
InsertArg
Method · 0.85
InsertMethodBody
Method · 0.85
HandleLocalStaticNonTrivialClass
Method · 0.85
main
Function · 0.85
CallVecDelete
Function · 0.85
CallVecDtor
Function · 0.85
InsertArg
Method · 0.85
CallVecNew
Function · 0.85
CallVecCtor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected