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