MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / cliPushFileError

Function cliPushFileError

Source/Basic/Application.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void cliPushFileError(lua_State* L, const std::string& message) {
189 lua_pushnil(L);
190 lua_pushlstring(L, message.c_str(), message.size());
191}
192
193int cliLuaCwd(lua_State* L) {
194 auto path = fs::current_path().string();

Callers 1

cliLuaReadFileFunction · 0.85

Calls 4

lua_pushnilFunction · 0.50
lua_pushlstringFunction · 0.50
c_strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected