| 308 | } |
| 309 | |
| 310 | String 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected