MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Encode

Method Encode

internal/utils/kvstore/value_encoder.go:8–8  ·  view source on GitHub ↗
(value T)

Source from the content-addressed store, hash-verified

6
7type ValueEncoder[T any] interface {
8 Encode(value T) ([]byte, error)
9 EncodeField(value T, fieldName string) ([]byte, error)
10 Decode(valueBytes []byte) (value T, err error)
11}

Callers 15

TestFileHeader_EncodeFunction · 0.65
WriteCloseMethod · 0.65
CompactMethod · 0.65
SetMethod · 0.65
SetSyncMethod · 0.65
InsertMethod · 0.65
SetMethod · 0.65
SetSyncMethod · 0.65
InsertMethod · 0.65

Calls

no outgoing calls