MCPcopy
hub / github.com/brunch/brunch / contains

Function contains

test/build.js:638–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636 npmInstall(() => {
637 brunch.build({onCompile() {
638 const contains = text => fileContains('public/app.js', text);
639 const doesntContain = text => fileDoesNotContain('public/app.js', text);
640
641 // sets globals

Callers 1

onCompileFunction · 0.85

Calls 1

fileContainsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…