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

Function getServerHandlers

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

Source from the content-addressed store, hash-verified

213};
214
215export const getServerHandlers = (token: string): Promise<ServerHandlers> =>
216 getServerHandlersRuntime(token).runPromise(ServerHandlersService.asEffect());
217
218export const disposeServerHandlers = async (): Promise<void> => {
219 const runtime = serverHandlersRuntime;

Callers 2

startServerFunction · 0.90
configureServerFunction · 0.85

Calls 1

getServerHandlersRuntimeFunction · 0.85

Tested by

no test coverage detected