Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChiyukiGana/Quickinput
/ ReturnException
Class
ReturnException
source/src/scriptinterpreter.h:125–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
};
124
125
struct ReturnException : public std::exception
126
{
127
QiVar returnValue;
128
ReturnException(const QiVar& value) : returnValue(value) {}
129
};
130
131
struct QiCustomFunc
132
{
Callers
2
evaluatePostfix
Method · 0.85
executeStatementList
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected