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

Method receiver_style

common/function_descriptor.h:72–72  ·  view source on GitHub ↗

Whether function is receiver style i.e. true means arg0.name(args[1:]...).

Source from the content-addressed store, hash-verified

70
71 // Whether function is receiver style i.e. true means arg0.name(args[1:]...).
72 bool receiver_style() const { return impl_->is_receiver_style; }
73
74 // The argument types the function accepts.
75 //

Callers 15

ShapeMatchesMethod · 0.95
ShapeMatchesMethod · 0.45
operator==Method · 0.45
operator<Method · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36