Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
54
type
M
interface
{
55
Get(key string) (
interface
{}, error)
56
}
57
58
/*
59
//!+seq
Callers
8
main
Function · 0.65
fetch
Function · 0.65
Unpack
Function · 0.65
main
Function · 0.65
fetch
Function · 0.65
findLinks
Function · 0.65
title
Function · 0.65
Extract
Function · 0.65
Implementers
5
Memo
ch9/memo2/memo.go
Memo
ch9/memo4/memo.go
Memo
ch9/memo3/memo.go
Memo
ch9/memo5/memo.go
Memo
ch9/memo1/memo.go
Calls
no outgoing calls
Tested by
no test coverage detected