Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
86
func
(m luaModule) preload(L *lua.LState) {
87
L.PreloadModule(m.name, m.loader)
88
}
89
90
func
printToLog(L *lua.LState) int {
91
top := L.GetTop()
Callers
1
newState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected