Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ meta
Function
meta
packages/core/src/shell.ts:77–79 ·
view source on GitHub ↗
(file: string)
Source
from the content-addressed store, hash-verified
75
}
76
77
function
meta(file: string) {
78
return
META[name(file)]
79
}
80
81
function
ok(file: string) {
82
return
meta(file)?.deny !== true
Callers
5
ok
Function · 0.70
login
Function · 0.70
posix
Function · 0.70
ps
Function · 0.70
message-part.tsx
File · 0.50
Calls
1
name
Function · 0.70
Tested by
no test coverage detected