Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
void
62
trim_if(string &s, int (*fp)(int))
63
{
64
ltrim_if(s, fp);
65
rtrim_if(s, fp);
66
}
67
68
string
69
extractFirstToken(string &s, int (*fp)(int))
Callers
1
Parse
Method · 0.85
Calls
2
ltrim_if
Function · 0.85
rtrim_if
Function · 0.85
Tested by
no test coverage detected