Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
61
function
_readJsonFiles(filePaths: string[]): any[] {
62
return
filePaths.map(safeGet);
63
}
64
65
function
_remove(cachePath: string): void {
66
if
(fs.existsSync(cachePath)) {
Callers
1
getItems
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected