Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
152
export
function
ps(file: string) {
153
return
meta(file)?.ps === true
154
}
155
156
function
info(file: string): Item {
157
const
item = full(file)
Callers
1
args
Function · 0.85
Calls
1
meta
Function · 0.70
Tested by
no test coverage detected