MCPcopy 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
4import type { PushEvent, RpcResponse, RuntimeEvent } from "./types";
5import { delay } from "./utils";
6
7type PendingRequest = {
8 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected