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

Method operator==

common/ast/metadata.h:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 bool operator==(const ExtensionSpec& other) const {
140 return id_ == other.id_ &&
141 affected_components_ == other.affected_components_ &&
142 version() == other.version();
143 }
144
145 bool operator!=(const ExtensionSpec& other) const {
146 return !operator==(other);

Callers

nothing calls this directly

Calls 1

versionMethod · 0.80

Tested by

no test coverage detected