Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
data
Method · 0.45
UniversalLocator
Method · 0.45
initLocateBar
Method · 0.45
onCodeEditorFocusChange
Method · 0.45
getCurDocURI
Method · 0.45
createSettingsMenu
Method · 0.45
saveConfig
Method · 0.45
loadDirTree
Method · 0.45
initProjectTreeViewUI
Method · 0.45
init
Method · 0.45
save
Method · 0.45
saveNode
Method · 0.45
Calls
1
encode
Function · 0.85
Tested by
4
UTEST
Function · 0.36
UTEST
Function · 0.36
createMapEditor
Method · 0.36
main
Function · 0.36