Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adcontextprotocol/adcp
/ has
Method
has
server/src/cache.ts:33–35 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
31
}
32
33
has(key: string): boolean {
34
return
this.get(key) !== undefined;
35
}
36
37
clear(): void {
38
this.cache.clear();
Callers
15
lintDoc
Function · 0.80
stripGeneratedMetadata
Function · 0.80
render
Function · 0.80
renderCatalog
Function · 0.80
loadSchema
Function · 0.80
getValidator
Function · 0.80
reconcileAgainstAllowlist
Function · 0.80
main
Function · 0.80
lintFile
Function · 0.80
checkContractFixtureSync
Function · 0.80
lintFile
Function · 0.80
lint
Function · 0.80
Calls
1
get
Method · 0.95
Tested by
14
loadAndCompileSchema
Function · 0.64
loadSchemaFile
Function · 0.64
loadAndCompileSchema
Function · 0.64
runTests
Function · 0.64
validateCrossReferences
Function · 0.64
extractKeywords
Function · 0.64
withIdempotencyKey
Function · 0.64
withIdempotencyKey
Function · 0.64
withIdempotencyKey
Function · 0.64
withIdempotencyKey
Function · 0.64
getExternalParticipants
Function · 0.64
withIdempotencyKey
Function · 0.64