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

Method get

common/memory.h:1169–1169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1167 : value_(value), borrower_(borrower) {}
1168
1169 T* get() const noexcept { return value_; }
1170
1171 T* value_ = nullptr;
1172 Borrower borrower_;

Callers 15

CreateTypeCheckerBuilderFunction · 0.45
FormatErrorMethod · 0.45
GetAstMethod · 0.45
GetSourceMethod · 0.45
TypeCheckEnvMethod · 0.45
descriptor_poolMethod · 0.45
GetFieldTableMethod · 0.45
PreVisitComprehensionMethod · 0.45
arenaMethod · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
PreVisitExprMethod · 0.45
PostVisitExprMethod · 0.45

Calls

no outgoing calls

Tested by 2

GetFieldTableMethod · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36