MCPcopy
hub / github.com/meteor/meteor / isEmpty

Method isEmpty

tools/isobuild/build-plugin.js:258–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256 }
257
258 isEmpty() {
259 return _.isEmpty(this._byFilename) && _.isEmpty(this._byExtension) &&
260 _.isEmpty(this._legacyHandlers);
261 }
262
263 // Returns an options object suitable for passing to
264 // `watch.readAndWatchDirectory` to find source files processed by this

Callers 15

project-context.jsFile · 0.80
upgraders.jsFile · 0.80
removePluginsMethod · 0.80
galaxy-utils.jsFile · 0.80
parseStackFramesFunction · 0.80
PkgImpliesFunction · 0.80
doRunCommandFunction · 0.80
buildCommandFunction · 0.80
doTestCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected