MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / str

Method str

tests/unit/sys/test_expressionparser.cxx:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 return a->generate(ctx) + b->generate(ctx);
54 }
55 std::string str() const override {
56 return std::string{"add(" + a->str() + ", " + b->str() + ")"};
57 }
58
59private:
60 std::shared_ptr<FieldGenerator> a, b;

Callers 15

~OptionsReaderTestMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
~OutputTestMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
strMethod · 0.45
TEST_FFunction · 0.45
~PrintStartupTestMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected