MCPcopy Create free account
hub / github.com/attermann/microReticulum / rm_rf

Function rm_rf

test/test_provisioning/test_provisioning.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47static void rm_rf(const std::string& path) {
48 std::string cmd = "rm -rf '" + path + "'";
49 int rc = system(cmd.c_str());
50 (void)rc;
51}
52
53// A small "custom" namespace used by most tests — independent of the
54// built-ins so we don't depend on Reticulum runtime state.

Callers 1

tearDownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected