MCPcopy 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
486inline ConstBuffer
487ConstBuffer::after(char const *p) const
488{
489 return this->contains(p) ? self(p + 1, (_size - (p - _ptr)) - 1) : self();
490}
491inline ConstBuffer
492ConstBuffer::after(char c) const
493{

Callers

nothing calls this directly

Calls 2

containsMethod · 0.95
findMethod · 0.95

Tested by

no test coverage detected