MCPcopy
hub / github.com/Kilo-Org/kilocode / info

Function info

packages/opencode/src/shell/shell.ts:150–158  ·  view source on GitHub ↗
(file: string)

Source from the content-addressed store, hash-verified

148}
149
150function info(file: string): Item {
151 const item = full(file)
152 const n = name(item)
153 return {
154 path: item,
155 name: resolve(n) ? n : item,
156 acceptable: ok(item),
157 }
158}
159
160export function args(file: string, command: string, cwd: string) {
161 const n = name(file)

Callers

nothing calls this directly

Calls 4

fullFunction · 0.70
nameFunction · 0.70
resolveFunction · 0.70
okFunction · 0.70

Tested by

no test coverage detected