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

Method preload

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

Source from the content-addressed store, hash-verified

84}
85
86func (m luaModule) preload(L *lua.LState) {
87 L.PreloadModule(m.name, m.loader)
88}
89
90func printToLog(L *lua.LState) int {
91 top := L.GetTop()

Callers 1

newStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected