MCPcopy Create free account
hub / github.com/google/nftables / MarshalExprData

Function MarshalExprData

expr/expr.go:73–75  ·  view source on GitHub ↗
(fam byte, e Any)

Source from the content-addressed store, hash-verified

71}
72
73func MarshalExprData(fam byte, e Any) ([]byte, error) {
74 return e.marshalData(fam)
75}
76
77// Unmarshal fills an expression from the specified byte slice.
78func Unmarshal(fam byte, data []byte, e Any) error {

Callers 1

AddObjMethod · 0.92

Calls 1

marshalDataMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…