Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
const char* IOStreamString::getStreamPointer() const {
64
return mStream.c_str();
65
}
66
67
const std::string& IOStreamString::getStream() const {
68
return mStream;
Callers
4
saveTmpDocument
Method · 0.80
lintDoc
Method · 0.80
spellCheckDoc
Method · 0.80
formatDoc
Method · 0.80
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected