MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / EnableFeatures

Function EnableFeatures

pkg/experimental/global.go:20–22  ·  view source on GitHub ↗

EnableFeatures enables the given features on the global registry.

(features ...string)

Source from the content-addressed store, hash-verified

18
19// EnableFeatures enables the given features on the global registry.
20func EnableFeatures(features ...string) {
21 globalRegistry.EnableFeatures(features...)
22}
23
24// DisableFeatures disables the given features on the global registry.
25func DisableFeatures(features ...string) {

Callers 3

root.goFile · 0.92
preRunFunction · 0.92
TestExperimentalFeaturesFunction · 0.85

Calls 1

EnableFeaturesMethod · 0.80

Tested by 1

TestExperimentalFeaturesFunction · 0.68