Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/
Class
frontend/src/rpc.ts:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
import
type
{ PushEvent, RpcResponse, RuntimeEvent } from
"./types"
;
5
import
{ delay } from
"./utils"
;
6
7
type
PendingRequest = {
8
id: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected