MCPcopy
hub / github.com/mozilla/web-ext / path

Method path

src/util/temp-dir.js:90–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 * Get the absolute path of the temp directory.
89 */
90 path() {
91 if (!this._path) {
92 throw new Error('You cannot access path() before calling create()');
93 }
94 return this._path;
95 }
96
97 /*
98 * Returns a callback that will catch an error, remove

Callers 15

setupInstanceMethod · 0.95
createMethod · 0.95
removeMethod · 0.95
buildAndPushExtensionMethod · 0.80
runFunction · 0.80
signFunction · 0.80
test.config.jsFile · 0.80
watchChangeFunction · 0.80
test.watcher.jsFile · 0.80
withBaseProfileFunction · 0.80
test.firefox.jsFile · 0.80
createProfileFinderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected