MCPcopy
hub / github.com/zalando/skipper / unsupported

Function unsupported

script/script.go:912–917  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

910}
911
912func unsupported(message string) func(*lua.LState) int {
913 return func(s *lua.LState) int {
914 s.RaiseError("%s", message)
915 return 0
916 }
917}
918
919func contains(s string, a []string) bool {
920 return slices.Contains(a, s)

Callers 1

getRequestValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…