MCPcopy Index your code
hub / github.com/yuin/gopher-lua / baseLoadString

Function baseLoadString

baselib.go:218–220  ·  view source on GitHub ↗
(L *LState)

Source from the content-addressed store, hash-verified

216}
217
218func baseLoadString(L *LState) int {
219 return loadaux(L, strings.NewReader(L.CheckString(1)), L.OptString(2, "<string>"))
220}
221
222func baseNext(L *LState) int {
223 tb := L.CheckTable(1)

Callers

nothing calls this directly

Calls 3

loadauxFunction · 0.85
CheckStringMethod · 0.80
OptStringMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…