Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
void SaveOutput(Str *opt, const char *arg) {
68
Output = new Str(arg);
69
AddArg(COMP|LINK, opt);
70
AddArg(COMP|LINK, Output);
71
}
72
73
74
OptSpec optspecs[] = {
Callers
nothing calls this directly
Calls
1
AddArg
Function · 0.85
Tested by
no test coverage detected