MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / stat

Function stat

javascript/selenium-webdriver/io/index.js:154–156  ·  view source on GitHub ↗

* Calls `stat(2)`. * @param {string} aPath The path to stat. * @return {!Promise<!fs.Stats>} A promise for the file stats.

(aPath)

Source from the content-addressed store, hash-verified

152 * @return {!Promise<!fs.Stats>} A promise for the file stats.
153 */
154function stat(aPath) {
155 return checkedCall((callback) => fs.stat(aPath, callback))
156}
157
158/**
159 * Deletes a name from the filesystem and possibly the file it refers to. Has

Callers

nothing calls this directly

Calls 1

checkedCallFunction · 0.85

Tested by

no test coverage detected