MCPcopy Create free account
hub / github.com/foxcpp/maddy / myID

Method myID

internal/updatepipe/unix_pipe.go:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54var _ P = &UnixSockPipe{}
55
56func (usp *UnixSockPipe) myID() string {
57 return fmt.Sprintf("%d-%p", os.Getpid(), usp)
58}
59
60func (usp *UnixSockPipe) readUpdates(conn net.Conn, updCh chan<- mess.Update) {
61 scnr := bufio.NewScanner(conn)

Callers 2

readUpdatesMethod · 0.95
PushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected