MCPcopy
hub / github.com/typicode/json-server / URL

Function URL

src/cli/utils/is.js:15–17  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

13}
14
15function URL(s) {
16 return /^(http|https):/.test(s)
17}

Callers 2

FILEFunction · 0.85
JSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected