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

Class

lib/models/server-watcher.js:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3const Watcher = require('./watcher');
4
5module.exports = class ServerWatcher extends Watcher {
6 static async build(options, build) {
7 let { watcher: instance } = await super.build(options, build);
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected