Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/nftables
/ Objref
Struct
Objref
expr/objref.go:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
)
24
25
type
Objref
struct
{
26
Type int
// TODO: enum
27
Name string
28
}
29
30
func
(e *Objref) marshal(fam byte) ([]byte, error) {
31
data, err := e.marshalData(fam)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected