MCPcopy Create free account
hub / github.com/colbymchenry/codegraph /

Class

src/installer/targets/opencode.ts:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126const FORMATTING = { tabSize: 2, insertSpaces: true, eol: '\n' };
127
128class OpencodeTarget implements AgentTarget {
129 readonly id = 'opencode' as const;
130 readonly displayName = 'opencode';
131 readonly docsUrl = 'https://opencode.ai/docs/config';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected