Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ after
Method
after
include/tscore/TsBuffer.h:486–490 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
484
}
485
486
inline ConstBuffer
487
ConstBuffer::after(char const *p) const
488
{
489
return this->contains(p) ? self(p + 1, (_size - (p - _ptr)) - 1) : self();
490
}
491
inline ConstBuffer
492
ConstBuffer::after(char c) const
493
{
Callers
nothing calls this directly
Calls
2
contains
Method · 0.95
find
Method · 0.95
Tested by
no test coverage detected