Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChiyukiGana/Quickinput
/ exec
Method
exec
source/src/scriptinterpreter.cpp:534–537 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
532
{
533
QiFunc_is_null() : QiFunc(1) {}
534
QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
535
{
536
return args[0].isNull();
537
}
538
};
539
struct QiFunc_is_int : public QiFunc
540
{
Callers
nothing calls this directly
Calls
1
isNull
Method · 0.45
Tested by
no test coverage detected