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

Interface M

ch9/memotest/memotest.go:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 8

mainFunction · 0.65
fetchFunction · 0.65
UnpackFunction · 0.65
mainFunction · 0.65
fetchFunction · 0.65
findLinksFunction · 0.65
titleFunction · 0.65
ExtractFunction · 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