Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ push_string
Function
push_string
modules/engine/lua/src/build.skr_lua.cpp:580–584 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
578
}
579
580
int push_string(lua_State* L, const skr::String& str)
581
{
582
lua_pushstring(L, str.c_str());
583
return 1;
584
}
585
586
int push_string(lua_State* L, skr::stl_u8string_view str)
587
{
Callers
2
push
Method · 0.85
push
Method · 0.85
Calls
5
lua_pushstring
Function · 0.50
lua_pushlstring
Function · 0.50
c_str
Method · 0.45
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected