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

Method myID

internal/updatepipe/pubsub_pipe.go:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func (p *PubSubPipe) myID() string {
41 return fmt.Sprintf("%d-%p", os.Getpid(), p)
42}
43
44func (p *PubSubPipe) channel(key interface{}) (string, error) {
45 var psKey string

Callers 2

ListenMethod · 0.95
PushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected