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

Method Clone

lib/base/function.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35Object::Ptr Function::Clone() const
36{
37 return const_cast<Function *>(this);
38}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected