MCPcopy 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

16import { SkillV2 } from "../skill"
17
18const mutable = <T>(value: T) => value as DeepMutable<T>
19
20export const make = Effect.fn("PluginHost.make")(function* (plugin: PluginV2.Interface) {
21 const agents = yield* AgentV2.Service

Callers 1

host.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected