MCPcopy Index your code
hub / github.com/anomalyco/opencode / reloadInstance

Function reloadInstance

packages/opencode/test/fixture/fixture.ts:178–179  ·  view source on GitHub ↗
(input: InstanceStore.LoadInput)

Source from the content-addressed store, hash-verified

176 InstanceStore.Service.use((store) => store.provide({ directory }, self))
177
178export const reloadInstance = (input: InstanceStore.LoadInput) =>
179 InstanceStore.Service.use((store) => store.reload(input))
180
181export const disposeAllInstancesEffect = InstanceStore.Service.use((store) => store.disposeAll())
182

Callers 1

Calls 1

useMethod · 0.45

Tested by

no test coverage detected