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

Function Version

lua.go:1379–1379  ·  view source on GitHub ↗

Version returns the address of the version number stored in the Lua core. http://www.lua.org/manual/5.2/manual.html#lua_version

(l *State)

Source from the content-addressed store, hash-verified

1377//
1378// http://www.lua.org/manual/5.2/manual.html#lua_version
1379func Version(l *State) *float64 { return l.global.version }
1380
1381// UpValueIndex returns the pseudo-index that represents the i-th upvalue of
1382// the running function.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…