MCPcopy
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
77function meta(file: string) {
78 return META[name(file)]
79}
80
81function ok(file: string) {
82 return meta(file)?.deny !== true

Callers 5

okFunction · 0.70
loginFunction · 0.70
posixFunction · 0.70
psFunction · 0.70
message-part.tsxFile · 0.50

Calls 1

nameFunction · 0.70

Tested by

no test coverage detected