MCPcopy
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
7function FILE(s) {
8 return !URL(s) && /\.json$/.test(s)
9}
10
11function JS(s) {
12 return !URL(s) && /\.c?js$/.test(s)

Callers

nothing calls this directly

Calls 1

URLFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…