MCPcopy Create free account
hub / github.com/baidu/babylon / setup

Method setup

test/anyflow/builtin/test_expression.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30class MProcessor : public GraphProcessor {
31 virtual int setup() noexcept override {
32 auto depend = vertex().anonymous_dependency(0);
33 depend->declare_mutable();
34 return 0;
35 }
36
37 virtual int process() noexcept override {
38 auto depend = vertex().anonymous_dependency(0);

Callers

nothing calls this directly

Calls 2

declare_mutableMethod · 0.80
anonymous_dependencyMethod · 0.45

Tested by

no test coverage detected