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

Function deprecated

configuration/configuration.go:537–542  ·  view source on GitHub ↗
(key string, message string)

Source from the content-addressed store, hash-verified

535}
536
537func deprecated(key string, message string) {
538 if _, set := os.LookupEnv(key); set {
539 say.Say("Configuration option '" + key + "' is deprecated.")
540 say.Say(message)
541 }
542}
543
544func experimental(key string) {
545 if _, set := os.LookupEnv(key); set {

Callers 1

Calls 1

SayFunction · 0.92

Tested by

no test coverage detected