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

Method Empty

include/tscore/Trie.h:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 void Print() const;
54
55 bool
56 Empty() const
57 {
58 return m_value_list.empty();
59 }
60
61 virtual ~Trie() { Clear(); }
62

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected