MCPcopy
hub / github.com/google/gvisor / ClientFD

Struct ClientFD

pkg/lisafs/client_file.go:30–33  ·  view source on GitHub ↗

ClientFD is a wrapper around FDID that provides client-side utilities so that RPC making is easier.

Source from the content-addressed store, hash-verified

28// ClientFD is a wrapper around FDID that provides client-side utilities
29// so that RPC making is easier.
30type ClientFD struct {
31 fd FDID
32 client *Client
33}
34
35// ID returns the underlying FDID.
36func (f *ClientFD) ID() FDID {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected