MCPcopy Create free account
hub / github.com/remotemobprogramming/mob / experimental

Function experimental

configuration/configuration.go:544–548  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

542}
543
544func experimental(key string) {
545 if _, set := os.LookupEnv(key); set {
546 say.Say("Configuration option '" + key + "' is experimental. Be prepared that this option will be removed!")
547 }
548}
549
550func doneSquash(value string) string {
551 switch value {

Callers 1

Calls 1

SayFunction · 0.92

Tested by

no test coverage detected