MCPcopy Index your code
hub / github.com/zalando/skipper / NewLuaScript

Function NewLuaScript

script/script.go:60–63  ·  view source on GitHub ↗

NewLuaScript creates a new filter spec

()

Source from the content-addressed store, hash-verified

58
59// NewLuaScript creates a new filter spec
60func NewLuaScript() filters.Spec {
61 spec, _ := NewLuaScriptWithOptions(LuaOptions{})
62 return spec
63}
64
65// NewLuaScriptWithOptions creates a new filter spec with options
66func NewLuaScriptWithOptions(opts LuaOptions) (filters.Spec, error) {

Callers 1

FiltersFunction · 0.92

Calls 1

NewLuaScriptWithOptionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…