Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChiyukiGana/Quickinput
/ exec
Method
exec
source/src/scriptinterpreter.cpp:641–644 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
639
{
640
QiFunc_str() : QiFunc(1) {}
641
QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
642
{
643
return args[0].toString();
644
}
645
};
646
struct QiFunc_num : public QiFunc
647
{
Callers
9
main
Function · 0.45
evaluatePostfix
Method · 0.45
SelectColor
Method · 0.45
eventFilter
Method · 0.45
Event
Method · 0.45
Event_Action_Widget
Method · 0.45
eventFilter
Method · 0.45
Event
Method · 0.45
event
Method · 0.45
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected