MCPcopy Create free account
hub / github.com/anomalyco/opencode / writable

Function writable

packages/opencode/src/config/config.ts:163–166  ·  view source on GitHub ↗
(info: Info)

Source from the content-addressed store, hash-verified

161}
162
163function writable(info: Info) {
164 const { plugin_origins: _plugin_origins, ...next } = info
165 return next
166}
167
168function writableGlobal(info: Info) {
169 const next = writable(info)

Callers 2

writableGlobalFunction · 0.85
config.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected