MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / asChar

Method asChar

src/common/ConstSimpleData.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43const char *ConstSimpleData::asChar() const
44{
45 return (char *)_data;
46}
47
48void ConstSimpleData::hexDump() const
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected