Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VemtoOrg/vemto2
/ init
Method
init
src/main/ProjectHandler.ts:12–14 ·
view source on GitHub ↗
(window: BrowserWindow)
Source
from the content-addressed store, hash-verified
10
static projectIsOpen: boolean = false
11
12
static init(window: BrowserWindow) {
13
ProjectHandler.window = window
14
}
15
16
static handle() {
17
ipcMain.handle(
"prepare:project"
,
async
(event, projectPath) => {
Callers
1
createWindow
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected