Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ find
Method
find
include/tscore/TsBuffer.h:474–478 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
472
}
473
474
inline char const *
475
ConstBuffer::find(char c) const
476
{
477
return static_cast<char const *>(memchr(_ptr, c, _size));
478
}
479
480
inline ConstBuffer
481
ConstBuffer::splitOn(char c)
Callers
8
splitOn
Method · 0.95
after
Method · 0.95
send
Method · 0.45
set_active
Method · 0.45
free
Method · 0.45
get
Method · 0.45
fieldAdd
Function · 0.45
fieldFind
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected