MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / clear

Method clear

common/container.h:99–102  ·  view source on GitHub ↗

Removes all aliases and abbreviations from the container.

Source from the content-addressed store, hash-verified

97
98 // Removes all aliases and abbreviations from the container.
99 void clear() {
100 container_.clear();
101 aliases_.clear();
102 }
103
104 private:
105 std::string container_;

Callers 15

ExtractFieldPathsFunction · 0.80
ASSERT_OK_AND_ASSIGNFunction · 0.80
ResetMethod · 0.80
BuildMethod · 0.80
TEST_FFunction · 0.80
PostVisitIdentMethod · 0.80
PreVisitSelectMethod · 0.80
FlattenMethod · 0.80
FlattenSubexpressionsMethod · 0.80
ResetMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 3

ASSERT_OK_AND_ASSIGNFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64