MCPcopy
hub / github.com/adonovan/gopl.io / Get

Method Get

ch9/memotest/memotest.go:55–55  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

53
54type M interface {
55 Get(key string) (interface{}, error)
56}
57
58/*

Callers 15

mainFunction · 0.65
fetchFunction · 0.65
UnpackFunction · 0.65
mainFunction · 0.65
fetchFunction · 0.65
findLinksFunction · 0.65
titleFunction · 0.65
ExtractFunction · 0.65
titleFunction · 0.65
titleFunction · 0.65
outlineFunction · 0.65
priceMethod · 0.65

Implementers 5

Memoch9/memo2/memo.go
Memoch9/memo4/memo.go
Memoch9/memo3/memo.go
Memoch9/memo5/memo.go
Memoch9/memo1/memo.go

Calls

no outgoing calls

Tested by

no test coverage detected