MCPcopy 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
85void 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

QueueFetchGVariantMethod · 0.80
UpdateEntryMethod · 0.80
QueueCheckTypeGroupMethod · 0.80
QueueCheckMethod · 0.80
QueueCheckGVariantMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected