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

Method set

packages/opencode/test/cli/cmd/tui/attention.test.ts:80–82  ·  view source on GitHub ↗
(key: string, value: unknown)

Source from the content-addressed store, hash-verified

78 }
79
80 set(key: string, value: unknown) {
81 this.store[key] = value
82 }
83}
84
85function config(attention: Partial<AttentionConfig["attention"]> = {}): AttentionConfig {

Callers 15

attachSessionToWorkspaceFunction · 0.45
workspace.test.tsFile · 0.45
handleFunction · 0.45
auth.test.tsFile · 0.45
addEventListenerMethod · 0.45
retry.test.tsFile · 0.45
getOrCreateClientStateFunction · 0.45
constructorMethod · 0.45
setRequestHandlerMethod · 0.45
setFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected