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

Method loadFromStream

src/eepp/ui/doc/textdocument.cpp:489–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489TextDocument::LoadStatus TextDocument::loadFromStream( IOStream& file ) {
490 return loadFromStream( file, "untitled", true );
491}
492
493TextDocument::LoadStatus TextDocument::loadFromStream( IOStream& file, std::string path,
494 bool callReset ) {

Callers 2

loadFontFacesMethod · 0.45
loadCSSMethod · 0.45

Calls 15

resetFunction · 0.85
eeminFunction · 0.85
updateFunction · 0.85
ptrGetLineFunction · 0.85
infoFunction · 0.85
pop_backMethod · 0.80
c_strMethod · 0.80
asMillisecondsMethod · 0.80
getElapsedTimeMethod · 0.80
clearMethod · 0.45
isOpenMethod · 0.45
getSizeMethod · 0.45

Tested by

no test coverage detected