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

Method handler

packages/vue/src/commander.ts:3203–3209  ·  view source on GitHub ↗
(arg: any, ctx: any)

Source from the content-addressed store, hash-verified

3201
3202 const rawHandler = toRawHandler(fn)
3203 const handler = (arg: any, ctx: any) => {
3204 let current: any = rawHandler(arg, ctx)
3205 for (const combinator of combinators) {
3206 current = combinator(current, arg, ctx)
3207 }
3208 return toFinalStream(current)
3209 }
3210
3211 return this.makeStreamCommand(id, options, errorDef)(handler)
3212 },

Callers 15

makeRoutesFunction · 0.80
index.tsFile · 0.80
saveFunction · 0.80
saveOtherFunction · 0.80
makeClient.test.tsFile · 0.80
buildQueryFamilyFunction · 0.80
buildStreamQueryFamilyFunction · 0.80
streamQuery_Function · 0.80

Calls

no outgoing calls

Tested by 2

saveFunction · 0.64
saveOtherFunction · 0.64