MCPcopy Create free account
hub / github.com/RPISEC/MBE / CommandExecutor

Class CommandExecutor

src/lecture/cpp/cpp_lec02.cpp:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16};
17
18class CommandExecutor {
19 public:
20 virtual void execute(const char *command)
21 {
22 system(command);
23 }
24};
25
26class Greeter {
27 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected