MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / ~ProcessRunner

Method ~ProcessRunner

src/core/processrunner.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 public:
45 ProcessRunner(ProcessRunnerConfig config, const std::atomic<bool> &stopFlag);
46 virtual ~ProcessRunner() = default;
47
48 virtual ProcessRunnerResult run() = 0;
49

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected