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

Method set_minor

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

Source from the content-addressed store, hash-verified

60 // existing implementations, but may be provided informationally.
61 int64_t minor() const { return minor_; }
62 void set_minor(int64_t val) { minor_ = val; }
63
64 bool operator==(const Version& other) const {
65 return major_ == other.major_ && minor_ == other.minor_;

Callers 2

SourceInfoToProtoFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64