MCPcopy
hub / github.com/google/seesaw / Source

Method Source

engine/config/notifier.go:93–97  ·  view source on GitHub ↗

Source returns the current configuration source.

()

Source from the content-addressed store, hash-verified

91
92// Source returns the current configuration source.
93func (n *Notifier) Source() Source {
94 n.lock.RLock()
95 defer n.lock.RUnlock()
96 return n.source
97}
98
99// SetSource sets the configuration Source for a Notifier.
100func (n *Notifier) SetSource(source Source) {

Callers 2

configCheckMethod · 0.95
ConfigSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected