Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adcontextprotocol/adcp
/ clearCache
Function
clearCache
server/src/services/brandfetch.ts:401–403 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
399
* Clear the cache (
for
testing)
400
*/
401
export
function
clearCache(): void {
402
cache.clear();
403
}
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected