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

Method catch

packages/cli/src/gist.ts:644–646  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

642
643 // remove files that are no longer in YAML configuration
644 for (const gf of gistFileNames) {
645 if (!expectedFiles.has(gf)) {
646 yield* GH.removeFileFromGist({
647 gist_id: gistFromCache.id,
648 gist_name: gistFromCache.name,
649 file_name: gf,

Callers 15

replaceExecFunction · 0.80
publishFunction · 0.80
makeRoutesFunction · 0.80
checkJwtFunction · 0.80
middleware.tsFile · 0.80
catchAllMapFunction · 0.80
runAllFunction · 0.80
unwrapCommandFunction · 0.80
buildStreamFunction · 0.80
ignoreSuspenseInterruptFunction · 0.80
awaitResultFunction · 0.80
refetchFunction · 0.80

Calls

no outgoing calls

Tested by 1

ignoreSuspenseInterruptFunction · 0.64