MCPcopy 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
148export function posix(file: string) {
149 return meta(file)?.posix === true
150}
151
152export function ps(file: string) {
153 return meta(file)?.ps === true

Callers

nothing calls this directly

Calls 1

metaFunction · 0.70

Tested by

no test coverage detected