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

Function SaveOutput

ppcc/src/ppcc.cc:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void SaveOutput(Str *opt, const char *arg) {
68 Output = new Str(arg);
69 AddArg(COMP|LINK, opt);
70 AddArg(COMP|LINK, Output);
71}
72
73
74OptSpec optspecs[] = {

Callers

nothing calls this directly

Calls 1

AddArgFunction · 0.85

Tested by

no test coverage detected