MCPcopy 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
121char * nforder::String() {
122 StringSetS("");
123 Write();
124 return StringEndS();
125}
126void nforder::Print() {
127 char * s = String();
128 PrintS(s);

Callers 7

slWriteAsciiFunction · 0.45
DumpAsciiMapsFunction · 0.45
DumpNCringFunction · 0.45
DumpQringFunction · 0.45
DumpRhsFunction · 0.45
pipeWriteFunction · 0.45
CoeffStringFunction · 0.45

Calls 2

StringSetSFunction · 0.85
StringEndSFunction · 0.85

Tested by

no test coverage detected