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)
| 1377 | // |
| 1378 | // http://www.lua.org/manual/5.2/manual.html#lua_version |
| 1379 | func 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. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…