MCPcopy Create free account
hub / github.com/arun11299/cpp-subprocess / main

Function main

test/test_split.cc:35–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35int main() {
36
37 auto vec = split ("a b c");
38 for (auto elem : vec) { std::cout << elem << std::endl; }
39
40 std::cout << join(vec).length() << std::endl;
41 return 0;
42}

Callers

nothing calls this directly

Calls 2

splitFunction · 0.70
joinFunction · 0.70

Tested by

no test coverage detected