MCPcopy Create free account
hub / github.com/celtera/avendish / process

Method process

include/avnd/binding/max/message_processor.hpp:172–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 }
171
172 void process()
173 {
174 // Do our stuff if it makes sense - some objects may not
175 // even have a "processing" method
176 if_possible(implementation.effect());
177
178 // Then bang
179 output_setup.commit(implementation);
180 }
181
182 template <typename V>
183 void process(V value)

Callers 2

initMethod · 0.45

Calls 3

process_generic_messageFunction · 0.70
commitMethod · 0.45
process_messagesMethod · 0.45

Tested by

no test coverage detected