MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / ScopedAction

Method ScopedAction

Tools/ScopedAction.cpp:29–32  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

27{
28 //-------------------------------------------------------------------------
29 ScopedAction::ScopedAction(std::function<void()> action)
30 : action_(action)
31 {
32 }
33
34 //-------------------------------------------------------------------------
35 ScopedAction::~ScopedAction()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected