MCPcopy Index your code
hub / github.com/ember-cli/ember-cli /

Class

lib/models/watcher.js:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15const ConstructedFromBuilder = Symbol('Watcher.build');
16
17module.exports = class Watcher extends CoreObject {
18 constructor(_options, build) {
19 if (build !== ConstructedFromBuilder) {
20 throw new Error('instantiate Watcher with (await Watcher.build()).watcher, not new Watcher()');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected