MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / LoadFile

Method LoadFile

TinyXml/src/tinyxml.cpp:679–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677}
678
679bool TiXmlDocument::LoadFile()
680{
681 // See STL_STRING_BUG below.
682 StringToBuffer buf( value );
683
684 if ( buf.buffer && LoadFile( buf.buffer ) )
685 return true;
686
687 return false;
688}
689
690
691bool TiXmlDocument::SaveFile() const

Callers 5

processActionsFileFunction · 0.45
actionsFileHasActionsFunction · 0.45
startupChecksFunction · 0.45
parsePluginFileMethod · 0.45
getGpupDocumentMethod · 0.45

Calls 3

c_strMethod · 0.80
reserveMethod · 0.80
ClearMethod · 0.45

Tested by

no test coverage detected