MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / stubbedChanged

Function stubbedChanged

tests/unit/tasks/server/livereload-server-test.js:209–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 let changedCount;
208 let oldChanged;
209 let stubbedChanged = function () {
210 changedCount += 1;
211 };
212 let createStubbedGetDirectoryEntries = function (files) {
213 return function () {
214 return files.map(function (file) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…