MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / getServerHandlers

Function getServerHandlers

apps/local/src/main.ts:154–155  ·  view source on GitHub ↗
(token: string)

Source from the content-addressed store, hash-verified

152};
153
154export const getServerHandlers = (token: string): Promise<ServerHandlers> =>
155 getServerHandlersRuntime(token).runPromise(ServerHandlersService.asEffect());
156
157export const disposeServerHandlers = async (): Promise<void> => {
158 const runtime = serverHandlersRuntime;

Callers 2

startServerFunction · 0.90
configureServerFunction · 0.85

Calls 1

getServerHandlersRuntimeFunction · 0.85

Tested by

no test coverage detected