Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/xLua
/ xlua_tointeger
Function
xlua_tointeger
WebGLPlugins/xlua.c:192–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
LUA_API int xlua_tointeger (lua_State *L, int idx) {
193
return (int)lua_tointeger(L, idx);
194
}
195
196
LUA_API void xlua_pushinteger (lua_State *L, int n) {
197
lua_pushinteger(L, n);
Callers
2
csharp_function_wrapper_wrapper
Function · 0.85
gen_css_access
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected