MCPcopy Create free account
hub / github.com/docker/secrets-engine / FakeTestCustom

Function FakeTestCustom

x/ipc/env_unix.go:41–43  ·  view source on GitHub ↗
(fd int)

Source from the content-addressed store, hash-verified

39}
40
41func FakeTestCustom(fd int) Custom {
42 return Custom{fd}
43}
44
45type FdWrapper struct {
46 peer *os.File

Calls

no outgoing calls