Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assembla/cony
/ NoLocal
Function
NoLocal
consumer.go:150–154 ·
view source on GitHub ↗
NoLocal set this consumer in NoLocal mode.
()
Source
from the content-addressed store, hash-verified
148
149
// NoLocal set this consumer in NoLocal mode.
150
func
NoLocal() ConsumerOpt {
151
return
func
(c *Consumer) {
152
c.noLocal = true
153
}
154
}
Callers
1
TestNoLocal
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestNoLocal
Function · 0.68