MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / has_exception

Method has_exception

src/Chain/libraries/glua/thinkyoung_lua_api.cpp:54–57  ·  view source on GitHub ↗

* whether exception happen in L */

Source from the content-addressed store, hash-verified

52 * whether exception happen in L
53 */
54 bool GluaChainApi::has_exception(lua_State *L)
55 {
56 return has_error ? true : false;
57 }
58
59 /**
60 * clear exception marked

Callers 7

lthinkyoung_set_storageFunction · 0.45
lua_compilefile_preloadFunction · 0.45
commit_storage_changesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected