Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nakabonne/ali
/ Writer
Interface
Writer
storage/storage.go:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
type
Writer
interface
{
27
Insert(result *Result) error
28
}
29
30
type
Reader
interface
{
31
Select(metric string, start, end time.Time) ([]float64, error)
Callers
1
Attack
Method · 0.65
Implementers
2
storage
storage/storage.go
FakeStorage
storage/fake_storage.go
Calls
no outgoing calls
Tested by
no test coverage detected