Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/ readTempHtml
Function
readTempHtml
js/botasaurus-js/src/output.ts:277–279 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
275
}
276
277
function
readTempHtml(): string {
278
return
readHtml(
'temp.html'
)
279
}
280
281
function
writeFile(data: string, filename: string, log: boolean = true): string {
282
filename = appendOutputIfNeeded(filename)
Callers
2
output.js
File · 0.85
index.js
File · 0.85
Calls
1
readHtml
Function · 0.85
Tested by
no test coverage detected