Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOUI2/soui
/ push
Function
push
components/ScriptModule-LUA/lua_tinker/lua_tinker.h:277–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
// push a value to lua stack
276
template<typename T>
277
void push(lua_State *L, T ret) { type2lua<T>(L, ret); }
278
279
template<> void push(lua_State *L, char ret);
280
template<> void push(lua_State *L, unsigned char ret);
Callers
15
invoke
Method · 0.85
invoke
Method · 0.85
invoke
Method · 0.85
invoke
Method · 0.85
invoke
Method · 0.85
invoke
Method · 0.85
get
Method · 0.85
invoke
Method · 0.85
invoke
Method · 0.85
invoke
Method · 0.85
invoke
Method · 0.85
invoke
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected