MCPcopy Create free account
hub / github.com/effect-app/libs / fn

Function fn

packages/vue/src/makeClient.ts:990–990  ·  view source on GitHub ↗
(options?: any)

Source from the content-addressed store, hash-verified

988 (acc, key) => {
989 if (!(client[key].Request.type === "command" && !client[key].Request.stream)) {
990 return acc
991 }
992 const mut = client[key].handler
993 const request = mut

Callers 8

commander.tsFile · 0.70
CommanderImplClass · 0.70
withDbFunction · 0.50
effectify.tsFile · 0.50
runFunction · 0.50
Mutation.test.tsFile · 0.50
runFunction · 0.50
runFunction · 0.50

Calls

no outgoing calls

Tested by 4

withDbFunction · 0.40
runFunction · 0.40
runFunction · 0.40
runFunction · 0.40