MCPcopy Create free account
hub / github.com/facebook/time / File

Method File

phc/device.go:38–38  ·  view source on GitHub ↗

File returns the underlying *os.File

()

Source from the content-addressed store, hash-verified

36
37// File returns the underlying *os.File
38func (dev *Device) File() *os.File { return (*os.File)(dev) }
39
40// Fd returns the underlying file descriptor
41func (dev *Device) Fd() uintptr { return dev.File().Fd() }

Callers 2

FdMethod · 0.95
setPinFuncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected