Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/typicode/json-server
/ FILE
Function
FILE
src/cli/utils/is.js:7–9 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
5
}
6
7
function
FILE(s) {
8
return
!URL(s) && /\.json$/.test(s)
9
}
10
11
function
JS(s) {
12
return
!URL(s) && /\.c?js$/.test(s)
Callers
nothing calls this directly
Calls
1
URL
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…