Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ RunCallback
Method
RunCallback
src/common/requiresqueue.cpp:85–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
84
85
void RequiresQueue::Callbacks::RunCallback(const CallbackType type) const
86
{
87
if (collection.at(type))
88
{
89
std::invoke(collection.at(type));
90
}
91
}
92
93
94
/*
Callers
6
QueueFetchGVariant
Method · 0.80
UpdateEntry
Method · 0.80
QueueCheckTypeGroup
Method · 0.80
QueueCheckTypeGroupGVariant
Method · 0.80
QueueCheck
Method · 0.80
QueueCheckGVariant
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected