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

Function test_easy_piping

test/test_subprocess.cc:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void test_easy_piping()
35{
36 auto res = pipeline("cat ../subprocess.hpp", "grep Args", "grep template");
37 std::cout << res.buf.data() << std::endl;
38}
39
40void test_shell()
41{

Callers

nothing calls this directly

Calls 1

pipelineFunction · 0.85

Tested by

no test coverage detected