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

Function commands

packages/opencode/src/tool/shell.ts:123–125  ·  view source on GitHub ↗
(node: Node)

Source from the content-addressed store, hash-verified

121}
122
123function commands(node: Node) {
124 return node.descendantsOfType("command").filter((child): child is Node => Boolean(child))
125}
126
127function unquote(text: string) {
128 if (text.length < 2) return text

Callers 2

AutocompleteFunction · 0.85
shell.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected