Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ mutable
Function
mutable
packages/core/src/plugin/host.ts:18–18 ·
view source on GitHub ↗
(value: T)
Source
from the content-addressed store, hash-verified
16
import
{ SkillV2 } from
"../skill"
17
18
const
mutable = <T>(value: T) => value as DeepMutable<T>
19
20
export
const
make = Effect.fn(
"PluginHost.make"
)(
function
* (plugin: PluginV2.Interface) {
21
const
agents = yield* AgentV2.Service
Callers
1
host.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected