MCPcopy Index your code
hub / github.com/Shopify/go-lua / TableOpen

Function TableOpen

table.go:167–170  ·  view source on GitHub ↗

TableOpen opens the table library. Usually passed to Require.

(l *State)

Source from the content-addressed store, hash-verified

165
166// TableOpen opens the table library. Usually passed to Require.
167func TableOpen(l *State) int {
168 NewLibrary(l, tableLibrary)
169 return 1
170}

Callers

nothing calls this directly

Calls 1

NewLibraryFunction · 0.85

Tested by

no test coverage detected