MCPcopy 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.
150func NoLocal() ConsumerOpt {
151 return func(c *Consumer) {
152 c.noLocal = true
153 }
154}

Callers 1

TestNoLocalFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestNoLocalFunction · 0.68