MCPcopy Create free account
hub / github.com/canwhite/Krebs / initialize

Method initialize

tools/lua-runtime.ts:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14interface LuaRuntime {
15 initialize(): Promise<void>;
16 execute(script: string, params?: Record<string, unknown>): Promise<unknown>;
17 isReady(): boolean;
18 registerJsFunction(name: string, fn: (...args: any[]) => any): void;

Callers 2

executeFunction · 0.80
initLuaToolsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected