MCPcopy Create free account
hub / github.com/ThePhD/sol2 / deny

Function deny

examples/source/read_only.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10};
11
12int deny(lua_State* L) {
13 return luaL_error(L, "HAH! Deniiiiied!");
14}
15
16int main(int, char*[]) {
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected