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

Method contains

include/tscore/TsBuffer.h:455–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453 return _size;
454}
455inline bool
456ConstBuffer::contains(char const *p) const
457{
458 return _ptr <= p && p < _ptr + _size;
459}
460
461inline ConstBuffer
462ConstBuffer::splitOn(char const *p)

Callers 3

splitOnMethod · 0.95
afterMethod · 0.95
TsBuffer.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected