Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
144
export
function
login(file: string) {
145
return
meta(file)?.login === true
146
}
147
148
export
function
posix(file: string) {
149
return
meta(file)?.posix === true
Callers
nothing calls this directly
Calls
1
meta
Function · 0.70
Tested by
no test coverage detected