MCPcopy Index your code
hub / github.com/expressjs/multer / startsWith

Function startsWith

test/functionality.js:15–17  ·  view source on GitHub ↗
(str, start)

Source from the content-addressed store, hash-verified

13}
14
15function startsWith (str, start) {
16 return (str.substring(0, start.length) === start)
17}
18
19describe('Functionality', function () {
20 var cleanup = []

Callers 1

functionality.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…