Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChiyukiGana/Quickinput
/ exec
Method
exec
source/src/scriptinterpreter.cpp:673–676 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
671
{
672
QiFunc_size() : QiFunc(1) {}
673
QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
674
{
675
return args[0].size();
676
}
677
};
678
679
/*
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected