MCPcopy Create free account
hub / github.com/Shopify/go-lua / execute

Method execute

vm.go:930–930  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

928}
929
930func (l *State) execute() { l.executeFunctionTable() }
931
932func (l *State) executeFunctionTable() {
933 ci := l.callInfo

Callers 1

callMethod · 0.95

Calls 1

executeFunctionTableMethod · 0.95

Tested by

no test coverage detected