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

Function S

ppcc/adlib/str.h:187–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185Str *CStrToStr(const char *s);
186
187static inline Str *S(const char *str) {
188 return new Str(str);
189}
190
191static inline Str *S(Int i) {
192 return ToStr(i);

Callers 15

ContractFailureFunction · 0.70
MainFunction · 0.70
MainFunction · 0.70
MainFunction · 0.70
AFunction · 0.70
MainFunction · 0.70
run_with_gcFunction · 0.70
MainFunction · 0.70
MainFunction · 0.70
ListFileTreeFunction · 0.70
FileExtensionFunction · 0.70
NormalizePathFunction · 0.70

Calls 2

ToStrFunction · 0.85
StrJoinFunction · 0.85

Tested by 7

MainFunction · 0.56
MainFunction · 0.56
MainFunction · 0.56
MainFunction · 0.56
MainFunction · 0.56
MainFunction · 0.56
TestPreProcessorFunction · 0.40