MCPcopy Create free account
hub / github.com/distributed/sers / Error

Method Error

sers_windows.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (o opError) Error() string {
54 return o.op + " " + o.filename + ": " + o.err.Error()
55}
56
57//func openPort(name string) (rwc io.ReadWriteCloser, err error) { // TODO
58func Open(name string) (rwc SerialPort, err error) {

Callers 2

initFunction · 0.45
getProcAddrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected