MCPcopy Create free account
hub / github.com/KikoPlayProject/KikoPlay / dir

Method dir

Extension/Modules/lua_process.cpp:207–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207int ProcessData::dir(lua_State *L)
208{
209 ProcessData *pd = checkProcess(L, 1);
210 if (!pd) return 0;
211 lua_pushstring(L, pd->p->workingDirectory().toStdString().c_str());
212 return 1;
213}
214
215int ProcessData::setdir(lua_State *L)
216{

Callers 2

deleteTaskMethod · 0.80
deleteScriptMethod · 0.80

Calls 1

lua_pushstringFunction · 0.85

Tested by

no test coverage detected