MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / executeOnMatch

Method executeOnMatch

src/processor/operator/persistent/merge.cpp:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void Merge::executeOnMatch(ExecutionContext* context) {
66 for (auto& executor : onMatchNodeSetExecutors) {
67 executor->set(context);
68 }
69 for (auto& executor : onMatchRelSetExecutors) {
70 executor->set(context);
71 }
72}
73
74void Merge::executeOnCreatedPattern(PatternCreationInfo& patternCreationInfo,
75 ExecutionContext* context) {

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected