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

Function ps

packages/core/src/shell.ts:152–154  ·  view source on GitHub ↗
(file: string)

Source from the content-addressed store, hash-verified

150}
151
152export function ps(file: string) {
153 return meta(file)?.ps === true
154}
155
156function info(file: string): Item {
157 const item = full(file)

Callers 1

argsFunction · 0.85

Calls 1

metaFunction · 0.70

Tested by

no test coverage detected