MCPcopy Create free account
hub / github.com/Singular/Singular / ReadProcessLines

Function ReadProcessLines

ppcc/adlib/os.cc:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127StrArr *ReadProcessLines(Str *prog, StrArr *args) {
128 Str *output = ReadProcess(prog, args);
129 return output->splitLines();
130}
131
132int WriteProcess(Str *prog, StrArr *args, Str *data) {
133 Str *command = BuildCommand(prog, args);

Callers 1

MainFunction · 0.85

Calls 2

ReadProcessFunction · 0.85
splitLinesMethod · 0.80

Tested by 1

MainFunction · 0.68