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

Method Set

cache.go:14–14  ·  view source on GitHub ↗
(uri string, data any)

Source from the content-addressed store, hash-verified

12type ResolutionCache interface {
13 Get(uri string) (any, bool)
14 Set(uri string, data any)
15}
16
17type simpleCache struct {

Callers 5

baseForRootFunction · 0.65
loadMethod · 0.65
setSchemaIDMethod · 0.65
resolutionContextServerFunction · 0.65

Implementers 1

simpleCachecache.go

Calls

no outgoing calls

Tested by 2

resolutionContextServerFunction · 0.52