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

Function NewLibraryTable

auxiliary.go:455–455  ·  view source on GitHub ↗
(l *State, functions []RegistryFunction)

Source from the content-addressed store, hash-verified

453}
454
455func NewLibraryTable(l *State, functions []RegistryFunction) { l.CreateTable(0, len(functions)) }
456
457func NewLibrary(l *State, functions []RegistryFunction) {
458 NewLibraryTable(l, functions)

Callers 1

NewLibraryFunction · 0.85

Calls 1

CreateTableMethod · 0.80

Tested by

no test coverage detected