MCPcopy
hub / github.com/cloudflare/cloudflared / Snapshot

Method Snapshot

features/selector.go:39–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38type FeatureSelector interface {
39 Snapshot() FeatureSnapshot
40}
41
42// FeatureSelector determines if this account will try new features; loaded once during startup.

Implementers 2

mockFeatureSelectorclient/config_test.go
featureSelectorfeatures/selector.go

Calls

no outgoing calls