Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rs/zerolog
/ Set
Method
Set
diode/internal/diodes/poller.go:10–10 ·
view source on GitHub ↗
(GenericDataType)
Source
from the content-addressed store, hash-verified
8
// Diode is any implementation of a diode.
9
type
Diode
interface
{
10
Set(GenericDataType)
11
TryNext() (GenericDataType, bool)
12
}
13
Callers
5
Write
Method · 0.65
Set
Method · 0.65
RequestIDHandler
Function · 0.65
TestEtagHandler
Function · 0.65
TestResponseHeaderHandler
Function · 0.65
Implementers
2
OneToOne
diode/internal/diodes/one_to_one.go
ManyToOne
diode/internal/diodes/many_to_one.go
Calls
no outgoing calls
Tested by
2
TestEtagHandler
Function · 0.52
TestResponseHeaderHandler
Function · 0.52