Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ posix
Function
posix
packages/core/src/shell.ts:148–150 ·
view source on GitHub ↗
(file: string)
Source
from the content-addressed store, hash-verified
146
}
147
148
export
function
posix(file: string) {
149
return
meta(file)?.posix === true
150
}
151
152
export
function
ps(file: string) {
153
return
meta(file)?.ps === true
Callers
nothing calls this directly
Calls
1
meta
Function · 0.70
Tested by
no test coverage detected