MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getStreamPointer

Method getStreamPointer

src/eepp/system/iostreamstring.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63const char* IOStreamString::getStreamPointer() const {
64 return mStream.c_str();
65}
66
67const std::string& IOStreamString::getStream() const {
68 return mStream;

Callers 4

saveTmpDocumentMethod · 0.80
lintDocMethod · 0.80
spellCheckDocMethod · 0.80
formatDocMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected