Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/massCodeIO/massCode
/ registerHttpHandlers
Function
registerHttpHandlers
src/main/ipc/handlers/http.ts:534–539 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
532
}
533
534
export
function
registerHttpHandlers(): void {
535
ipcMain.handle(
536
'spaces:http:execute'
,
537
async
(_, payload: HttpExecutePayload) => executeHttpRequest(payload),
538
)
539
}
Callers
2
registerIPC
Function · 0.90
http.test.ts
File · 0.90
Calls
2
executeHttpRequest
Function · 0.85
handle
Method · 0.80
Tested by
no test coverage detected