MCPcopy Create free account
hub / github.com/encodeous/nylon / fakeBindSized

Struct fakeBindSized

polyamide/device/device_test.go:422–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422type fakeBindSized struct {
423 size int
424}
425
426func (b *fakeBindSized) Open(port uint16) (fns []conn.ReceiveFunc, actualPort uint16, err error) {
427 return nil, 0, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected