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

Function writeFile

javascript/selenium-webdriver/io/zip.js:194–196  ·  view source on GitHub ↗
(relPath, file)

Source from the content-addressed store, hash-verified

192 }
193
194 function writeFile(relPath, file) {
195 return file.async('nodebuffer').then((buffer) => io.write(path.join(dst, relPath), buffer))
196 }
197 })
198}
199

Callers 1

unzipFunction · 0.85

Calls 2

joinMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected