MCPcopy 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
302function readTempFile(): string {
303 return readFile('temp.txt')
304}
305function normalizeData(data: any): any[] {
306 if (data === null || data === undefined) {
307 return []

Callers 2

output.jsFile · 0.85
index.jsFile · 0.85

Calls 1

readFileFunction · 0.90

Tested by

no test coverage detected