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

Function login

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

Source from the content-addressed store, hash-verified

142}
143
144export function login(file: string) {
145 return meta(file)?.login === true
146}
147
148export function posix(file: string) {
149 return meta(file)?.posix === true

Callers

nothing calls this directly

Calls 1

metaFunction · 0.70

Tested by

no test coverage detected