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

Method constructBroccoliWatcher

lib/models/server-watcher.js:15–17  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

13 }
14
15 constructBroccoliWatcher(options) {
16 return new (require('sane'))(this.watchedDir, options);
17 }
18
19 setupBroccoliChangeEvent() {
20 this.watcher.on('change', this.didChange.bind(this));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected