Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boutproject/BOUT-dev
/ str
Method
str
tests/unit/sys/test_expressionparser.cxx:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
BoutReal generate(const Context& ctx) override { return gen->generate(ctx) + 1; }
79
std::string str() const override {
80
return std::string{
"increment("
+ gen->str() +
")"
};
81
}
82
83
private:
84
std::shared_ptr<FieldGenerator> gen;
Callers
nothing calls this directly
Calls
1
str
Method · 0.45
Tested by
no test coverage detected