Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ S
Function
S
ppcc/adlib/set.h:394–396 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
392
typedef Set<Str *> StrSet;
393
394
static inline Str *S(StrSet *set, const char *sep =
" "
) {
395
return StrJoin(set->items()->sort(StrCmp), sep);
396
}
397
398
#undef SLOT_EMPTY
399
#undef SLOT_OCCUPIED
Callers
nothing calls this directly
Calls
3
StrJoin
Function · 0.85
items
Method · 0.80
sort
Method · 0.45
Tested by
no test coverage detected