MCPcopy Index your code
hub / github.com/omkarcloud/botasaurus / _readJsonFiles

Function _readJsonFiles

js/botasaurus-js/src/cache.ts:61–63  ·  view source on GitHub ↗
(filePaths: string[])

Source from the content-addressed store, hash-verified

59}
60
61function _readJsonFiles(filePaths: string[]): any[] {
62 return filePaths.map(safeGet);
63}
64
65function _remove(cachePath: string): void {
66 if (fs.existsSync(cachePath)) {

Callers 1

getItemsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected