MCPcopy
hub / github.com/anomalyco/opencode / unableToLoad

Function unableToLoad

packages/core/src/tool/skill.ts:54–55  ·  view source on GitHub ↗
(name: string, error?: unknown)

Source from the content-addressed store, hash-verified

52}
53
54const unableToLoad = (name: string, error?: unknown) =>
55 new ToolFailure({ message: `Unable to load skill ${name}`, error })
56
57const layer = Layer.effectDiscard(
58 Effect.gen(function* () {

Callers 1

skill.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected