MCPcopy Create free account
hub / github.com/apache/trafficserver / trim_if

Function trim_if

plugins/compress/configuration.cc:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void
62trim_if(string &s, int (*fp)(int))
63{
64 ltrim_if(s, fp);
65 rtrim_if(s, fp);
66}
67
68string
69extractFirstToken(string &s, int (*fp)(int))

Callers 1

ParseMethod · 0.85

Calls 2

ltrim_ifFunction · 0.85
rtrim_ifFunction · 0.85

Tested by

no test coverage detected