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

Function removed

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

Source from the content-addressed store, hash-verified

528}
529
530func removed(key string, message string) {
531 if _, set := os.LookupEnv(key); set {
532 say.Say("Configuration option '" + key + "' is no longer used.")
533 say.Say(message)
534 }
535}
536
537func deprecated(key string, message string) {
538 if _, set := os.LookupEnv(key); set {

Callers 1

Calls 1

SayFunction · 0.92

Tested by

no test coverage detected