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

Method IsSideEffectFree

lib/base/function.hpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 Value InvokeThis(const Value& otherThis, const std::vector<Value>& arguments = std::vector<Value>());
37
38 bool IsSideEffectFree() const
39 {
40 return GetSideEffectFree();
41 }
42
43 bool IsDeprecated() const
44 {

Callers 7

ArraySortFunction · 0.80
ArrayMapFunction · 0.80
ArrayReduceFunction · 0.80
ArrayFilterFunction · 0.80
ArrayAnyFunction · 0.80
ArrayAllFunction · 0.80
DoEvaluateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected