Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
func
(p *PubSubPipe) myID() string {
41
return
fmt.Sprintf(
"%d-%p"
, os.Getpid(), p)
42
}
43
44
func
(p *PubSubPipe) channel(key
interface
{}) (string, error) {
45
var
psKey string
Callers
2
Listen
Method · 0.95
Push
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected