Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
185
Str *CStrToStr(const char *s);
186
187
static inline Str *S(const char *str) {
188
return new Str(str);
189
}
190
191
static inline Str *S(Int i) {
192
return ToStr(i);
Callers
15
ContractFailure
Function · 0.70
Main
Function · 0.70
Main
Function · 0.70
Main
Function · 0.70
A
Function · 0.70
Main
Function · 0.70
run_with_gc
Function · 0.70
Main
Function · 0.70
Main
Function · 0.70
ListFileTree
Function · 0.70
FileExtension
Function · 0.70
NormalizePath
Function · 0.70
Calls
2
ToStr
Function · 0.85
StrJoin
Function · 0.85
Tested by
7
Main
Function · 0.56
Main
Function · 0.56
Main
Function · 0.56
Main
Function · 0.56
Main
Function · 0.56
Main
Function · 0.56
TestPreProcessor
Function · 0.40