MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Invoke

Method Invoke

lib/base/function.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23Value Function::Invoke(const std::vector<Value>& arguments)
24{
25 ScriptFrame frame(false);
26 return m_Callback(arguments);
27}
28
29Value Function::InvokeThis(const Value& otherThis, const std::vector<Value>& arguments)
30{

Callers 15

ArraySortFunction · 0.45
ArrayMapFunction · 0.45
ArrayReduceFunction · 0.45
ArrayFilterFunction · 0.45
ArrayAnyFunction · 0.45
ArrayAllFunction · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
UpdateRegionMethod · 0.45
GetFeatureStatsMethod · 0.45
ExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected