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

Method major

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

Major version changes indicate different required support level from the required components.

Source from the content-addressed store, hash-verified

54 // Major version changes indicate different required support level from
55 // the required components.
56 int64_t major() const { return major_; }
57 void set_major(int64_t val) { major_ = val; }
58
59 // Minor version changes must not change the observed behavior from

Callers 4

CheckAstExtensionsFunction · 0.80
SourceInfoToProtoFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64