Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ ends_with
Function
ends_with
ppcc/adlib/test4.cc:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
bool ends_with(Str *a, Str *b) {
38
return a->ends_with(b);
39
}
40
41
void Main() {
42
StrArr *arr = new StrArr();
Callers
1
ends_with
Method · 0.85
Calls
1
ends_with
Method · 0.80
Tested by
no test coverage detected