Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ isRecord
Function
isRecord
packages/tui/src/util/record.ts:1–3 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
1
export
function
isRecord(value: unknown): value is Record<string, unknown> {
2
return
!!value && typeof value ===
"object"
&& !Array.isArray(value)
3
}
Callers
15
isHostSlotPlugin
Function · 0.90
connect
Function · 0.90
cliErrorMessage
Function · 0.90
tagged
Function · 0.90
named
Function · 0.90
configData
Function · 0.90
errorMessage
Function · 0.90
errorData
Function · 0.90
extractExportValue
Function · 0.90
resolvePackageEntrypoint
Function · 0.90
resolvePluginEntrypoint
Function · 0.90
checkPluginCompatibility
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected