Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ergochat/ergo
/ Serializable
Interface
Serializable
irc/serde.go:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
)
12
13
type
Serializable
interface
{
14
Serialize() ([]byte, error)
15
Deserialize([]byte) error
16
}
17
18
func
FetchAndDeserializeAll[T any, C
interface
{
19
*T
Callers
3
Purge
Method · 0.65
performWrite
Method · 0.65
FetchAndDeserializeAll
Function · 0.65
Implementers
2
RegisteredChannel
irc/channelreg.go
ChannelPurgeRecord
irc/channelreg.go
Calls
no outgoing calls
Tested by
no test coverage detected