MCPcopy Create free account
hub / github.com/Tencent/xLua / xlua_pushlstring

Function xlua_pushlstring

WebGLPlugins/xlua.c:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200LUA_API void xlua_pushlstring (lua_State *L, const char *s, int len) {
201 lua_pushlstring(L, s, len);
202}
203
204LUALIB_API int xluaL_loadbuffer (lua_State *L, const char *buff, int size,
205 const char *name) {

Callers 2

lua_pushstringMethod · 0.85
xlua_pushasciistringMethod · 0.85

Calls 1

lua_pushlstringFunction · 0.85

Tested by

no test coverage detected