Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeuralNetworkVerification/Marabou
/ asString
Function
asString
src/common/MString.h:79–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
const char *asString() const
80
{
81
return _string.ascii();
82
}
83
84
private:
85
const String &_string;
Callers
nothing calls this directly
Calls
1
ascii
Method · 0.80
Tested by
no test coverage detected