MCPcopy Create free account
hub / github.com/98teg/NativeDialogs / get_root_string

Method get_root_string

src/native_file_dialog.cpp:310–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310String NativeFileDialog::get_root_string() const {
311 switch (access) {
312 case ACCESS_RESOURCES:
313 return "res://";
314 case ACCESS_USERDATA:
315 return "user://";
316 default:
317 return "";
318 }
319}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected