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

Method table

script/module.go:78–84  ·  view source on GitHub ↗
(L *lua.LState)

Source from the content-addressed store, hash-verified

76}
77
78func (m luaModule) table(L *lua.LState) *lua.LTable {
79 name := m.name
80 if m.name == lua.BaseLibName {
81 name = "_G"
82 }
83 return L.GetGlobal(name).(*lua.LTable)
84}
85
86func (m luaModule) preload(L *lua.LState) {
87 L.PreloadModule(m.name, m.loader)

Callers 2

loadMethod · 0.95
withSymbolsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected