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

Method set_major

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

Source from the content-addressed store, hash-verified

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
60 // existing implementations, but may be provided informationally.

Callers 2

SourceInfoToProtoFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64