Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/ readTempFile
Function
readTempFile
js/botasaurus-js/src/output.ts:302–304 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
300
}
301
302
function
readTempFile(): string {
303
return
readFile(
'temp.txt'
)
304
}
305
function
normalizeData(data: any): any[] {
306
if
(data === null || data === undefined) {
307
return
[]
Callers
2
output.js
File · 0.85
index.js
File · 0.85
Calls
1
readFile
Function · 0.90
Tested by
no test coverage detected