Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ String
Method
String
Singular/dyn_modules/Order/nforder.cpp:121–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
char * nforder::String() {
122
StringSetS(
""
);
123
Write();
124
return StringEndS();
125
}
126
void nforder::Print() {
127
char * s = String();
128
PrintS(s);
Callers
7
slWriteAscii
Function · 0.45
DumpAsciiMaps
Function · 0.45
DumpNCring
Function · 0.45
DumpQring
Function · 0.45
DumpRhs
Function · 0.45
pipeWrite
Function · 0.45
CoeffString
Function · 0.45
Calls
2
StringSetS
Function · 0.85
StringEndS
Function · 0.85
Tested by
no test coverage detected