MCPcopy Create free account
hub / github.com/godbus/dbus / UnixFD

TypeAlias UnixFD

dbus.go:335–335  ·  view source on GitHub ↗

A UnixFD is a Unix file descriptor sent over the wire. See the package-level documentation for more information about Unix file descriptor passing.

Source from the content-addressed store, hash-verified

333// A UnixFD is a Unix file descriptor sent over the wire. See the package-level
334// documentation for more information about Unix file descriptor passing.
335type UnixFD int32
336
337// A UnixFDIndex is the representation of a Unix file descriptor in a message.
338type UnixFDIndex uint32

Callers 5

decodeMethod · 0.85
TestUnixFDsFunction · 0.85
BenchmarkUnixFDsFunction · 0.85
ReadMessageMethod · 0.85
dbus.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected