MCPcopy Create free account
hub / github.com/go-openapi/spec / Get

Method Get

cache.go:13–13  ·  view source on GitHub ↗
(uri string)

Source from the content-addressed store, hash-verified

11// ResolutionCache a cache for resolving urls.
12type ResolutionCache interface {
13 Get(uri string) (any, bool)
14 Set(uri string, data any)
15}
16

Callers 8

baseForRootFunction · 0.65
transitiveResolverMethod · 0.65
resolveRefMethod · 0.65
loadMethod · 0.65
TestExpand_Issue145Function · 0.65
ResolveRefFunction · 0.65
IsValidURIMethod · 0.65

Implementers 1

simpleCachecache.go

Calls

no outgoing calls

Tested by 2

TestExpand_Issue145Function · 0.52