Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VPSDance/ai-proxy-rules
/ cached
Method
cached
scripts/sync/build.ts:121–121 ·
view source on GitHub ↗
(key: string, fresh: () => Promise<string>)
Source
from the content-addressed store, hash-verified
119
120
export
interface
ContentCache {
121
cached(key: string, fresh: () => Promise<string>): Promise<string>;
122
}
123
124
export
interface
BuildContext {
Callers
1
loadSourceText
Function · 0.65
Implementers
1
FetchCache
scripts/sync/cache.ts
Calls
no outgoing calls
Tested by
no test coverage detected