Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/mux
/ isUnknownArray
Function
isUnknownArray
src/node/services/devToolsService.ts:27–29 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
25
}
26
27
function
isUnknownArray(value: unknown): value is unknown[] {
28
return
Array.isArray(value);
29
}
30
31
function
extractText(value: unknown): string {
32
if
(typeof value ===
"string"
) {
Callers
1
buildRunSummary
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected