Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
unzip
Function · 0.85
Calls
2
join
Method · 0.80
write
Method · 0.45
Tested by
no test coverage detected