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

Method str

src/sys/expressionparser.cxx:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 }
167
168 std::string str() const override {
169 return "sum("s + sym + ","s + countexpr->str() + ","s + expr->str() + ")"s;
170 }
171
172private:
173 std::string sym;

Callers

nothing calls this directly

Calls 1

strMethod · 0.45

Tested by

no test coverage detected