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

Method toString

src/tools/ecode/appconfig.cpp:479–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477 path( path ), selection( selection ) {}
478
479 std::string toString() { return URI::encode( path ) + ";" + selection.toString(); }
480
481 static ProjectPath fromString( const std::string& str ) {
482 auto split = String::split( str, ';' );

Callers 15

dataMethod · 0.45
UniversalLocatorMethod · 0.45
initLocateBarMethod · 0.45
getCurDocURIMethod · 0.45
createSettingsMenuMethod · 0.45
saveConfigMethod · 0.45
loadDirTreeMethod · 0.45
initProjectTreeViewUIMethod · 0.45
initMethod · 0.45
saveMethod · 0.45
saveNodeMethod · 0.45

Calls 1

encodeFunction · 0.85

Tested by 4

UTESTFunction · 0.36
UTESTFunction · 0.36
createMapEditorMethod · 0.36
mainFunction · 0.36