Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ text
Function
text
packages/opencode/src/cli/cmd/run/permission.shared.ts:54–56 ·
view source on GitHub ↗
(v: unknown)
Source
from the content-addressed store, hash-verified
52
}
53
54
function
text(v: unknown): string {
55
return
typeof v ===
"string"
? v :
""
56
}
57
58
function
data(request: PermissionRequest): Dict {
59
const
meta = dict(request.metadata)
Callers
1
permissionInfo
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected