MCPcopy Create free account
hub / github.com/Snapchat/Valdi / message

Method message

valdi_protobuf/src/valdi_protobuf/Field.cpp:869–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

867}
868
869Field Field::message(const Ref<Message>& message) {
870 return ref(message.get());
871}
872
873Field Field::repeated(const Ref<RepeatedField>& repeated) {
874 return ref(repeated.get());

Callers 12

errorFromBoostErrorFunction · 0.80
startMethod · 0.80
operator()Method · 0.80
debug_astFunction · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator<Method · 0.80
operator==Method · 0.80
toJSONMethod · 0.80
decodeFromJSONMethod · 0.80
negatedFailureMessageFunction · 0.80
defaultMessageFunction · 0.80

Calls 1

getMethod · 0.65

Tested by 1

operator()Method · 0.64