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

Method setProjectBasePath

packages/editor-app/src/api/tauri.ts:112–114  ·  view source on GitHub ↗

* 设置项目基础路径,用于 Custom Protocol

(path: string)

Source from the content-addressed store, hash-verified

110 * 设置项目基础路径,用于 Custom Protocol
111 */
112 static async setProjectBasePath(path: string): Promise<void> {
113 return await invoke<void>('set_project_base_path', { path });
114 }
115
116 /**
117 * 切换开发者工具(仅在debug模式下可用)

Callers 2

handleOpenRecentProjectFunction · 0.80
useProjectActionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected