Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/
Class
js/botasaurus-js/src/cache.ts:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
import
{ prompt } from
'./beep-utils'
10
11
class
CacheMissException extends Error {
12
constructor(public key: string) {
13
super(`Cache miss
for
key:
'${key}'
`);
14
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected