MCPcopy Create free account
hub / github.com/esengine/esengine / openProjectDialog

Method openProjectDialog

packages/editor-app/src/api/tauri.ts:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 static async openProjectDialog(): Promise<string | null> {
46 return await this.openFolderDialog('Select Project Directory');
47 }
48
49 static async openProject(path: string): Promise<string> {
50 return await invoke<string>('open_project', { path });

Callers 4

handleOpenProjectFunction · 0.80
handleBrowseProjectPathFunction · 0.80
handleSelectPathFunction · 0.80
useProjectActionsFunction · 0.80

Calls 1

openFolderDialogMethod · 0.95

Tested by

no test coverage detected