MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / push_arg_error

Function push_arg_error

src/api/OpenKneeboard_LuaAPI.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}// namespace OpenKneeboard
37
38static void push_arg_error(lua_State* state) {
39 lua_pushliteral(state, "2 string arguments are required\n");
40 lua_error(state);
41}
42
43static int SendToOpenKneeboard(lua_State* state) {
44 OPENKNEEBOARD_TraceLoggingScopedActivity(activity, "SendToOpenKneeboard");

Callers 1

SendToOpenKneeboardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected