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

Function mode

packages/tui/src/feature-plugins/system/diff-viewer.tsx:104–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103 | undefined
104 const mode = () => params()?.mode ?? "git"
105 const diffInput = createMemo(() => {
106 const sessionID = params()?.sessionID
107 return {

Callers 4

DiffViewerFunction · 0.70
openSwitchDiffDialogFunction · 0.70
appFunction · 0.70
app_bottomFunction · 0.70

Calls 1

paramsFunction · 0.85

Tested by

no test coverage detected