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

Method minor

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

Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.

Source from the content-addressed store, hash-verified

59 // Minor version changes must not change the observed behavior from
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 {

Callers 4

CheckAstExtensionsFunction · 0.80
SourceInfoToProtoFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64