Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChiyukiGana/Quickinput
/ exec
Method
exec
source/src/scriptinterpreter.cpp:558–561 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
556
{
557
QiFunc_is_str() : QiFunc(1) {}
558
QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
559
{
560
return args[0].isString();
561
}
562
};
563
564
struct QiFunc_clear : public QiFunc
Callers
nothing calls this directly
Calls
1
isString
Method · 0.45
Tested by
no test coverage detected