MCPcopy 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
37bool ends_with(Str *a, Str *b) {
38 return a->ends_with(b);
39}
40
41void Main() {
42 StrArr *arr = new StrArr();

Callers 1

ends_withMethod · 0.85

Calls 1

ends_withMethod · 0.80

Tested by

no test coverage detected