MCPcopy
hub / github.com/esm-dev/esm.sh / Get

Method Get

server/db.go:9–9  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

7// deprecated
8type Database interface {
9 Get(key string) (value []byte, err error)
10 Put(key string, value []byte) (err error)
11 Delete(key string) (err error)
12 Close() (err error)

Callers 15

addImportsFunction · 0.65
corsFunction · 0.65
customLandingPageFunction · 0.65
esmRouterFunction · 0.65
getOriginFunction · 0.65
withLRUCacheFunction · 0.65
prCommitFromHeaderFunction · 0.65
appendVaryHeaderFunction · 0.65
GetMethod · 0.65
esmLegacyRouterFunction · 0.65
legacyESMFunction · 0.65
ExistsMethod · 0.65

Implementers 1

boltDBserver/db_bolt.go

Calls

no outgoing calls

Tested by

no test coverage detected