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

Method empty

src/tscpp/api/Headers.cc:283–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283bool
284HeaderField::empty()
285{
286 return (begin() == end());
287}
288
289bool
290HeaderField::clear()

Callers 3

runMethod · 0.45
setHostMethod · 0.45
doReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected