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

Method postprocess

valdi_protobuf/src/valdi_protobuf/Message.cpp:473–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473bool Message::postprocess(bool recursive, ExceptionTracker& exceptionTracker) {
474 DefaultMessageFactory messageFactory;
475 return postprocess(recursive, messageFactory, exceptionTracker);
476}
477
478bool Message::postprocess(bool recursive, IMessageFactory& messageFactory, ExceptionTracker& exceptionTracker) {
479 if (_descriptor == nullptr) {

Callers 4

unmarshallMethod · 0.45
TESTFunction · 0.45
postprocessForFieldMethod · 0.45
setFunction · 0.45

Calls 3

toRepeatedMethod · 0.80
onErrorMethod · 0.65
findMethod · 0.45

Tested by 1

TESTFunction · 0.36