Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChiyukiGana/Quickinput
/ exec
Method
exec
source/src/scriptinterpreter.cpp:1359–1362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1357
{
1358
QiFunc_dir_remove() : QiFunc(1) {}
1359
QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
1360
{
1361
try
1362
{
1363
return std::filesystem::remove_all(args[0].toString());
1364
}
1365
catch (...)
Callers
nothing calls this directly
Calls
3
read
Function · 0.85
toInteger
Method · 0.80
toString
Method · 0.45
Tested by
no test coverage detected