Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChiyukiGana/Quickinput
/ exec
Method
exec
source/src/scriptinterpreter.cpp:688–691 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
686
{
687
QiFunc_char() : QiFunc(2) {}
688
QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
689
{
690
return QiVar::ch(args[0].toString(), args[1].toInteger());
691
}
692
};
693
/*
694
any value
Callers
nothing calls this directly
Calls
2
toInteger
Method · 0.80
toString
Method · 0.45
Tested by
no test coverage detected