MCPcopy Create free account
hub / github.com/socketstream/socketstream / onlyModuleEntry

Function onlyModuleEntry

lib/client/bundler/index.js:158–160  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

156 firstFile; // if no entry and index, use first file found
157
158 function onlyModuleEntry(f) {
159 return f.substring(0,6) === 'entry.';
160 }
161 function onlyModuleIndex(f) {
162 return f.substring(0,6) === 'index.';
163 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected