Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
54
const
unableToLoad = (name: string, error?: unknown) =>
55
new
ToolFailure({ message: `Unable to load skill ${name}`, error })
56
57
const
layer = Layer.effectDiscard(
58
Effect.gen(
function
* () {
Callers
1
skill.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected