Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/typicode/json-server
/ JS
Function
JS
src/cli/utils/is.js:11–13 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
9
}
10
11
function
JS(s) {
12
return
!URL(s) && /\.c?js$/.test(s)
13
}
14
15
function
URL(s) {
16
return
/^(http|https):/.test(s)
Callers
nothing calls this directly
Calls
1
URL
Function · 0.85
Tested by
no test coverage detected