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

Function nil_storage_value

src/Chain/libraries/glua/ljsonlib.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace glua::parser;
23
24static GluaStorageValue nil_storage_value()
25{
26 GluaStorageValue value;
27 value.type = thinkyoung::blockchain::StorageValueTypes::storage_value_null;
28 value.value.int_value = 0;
29 return value;
30}
31
32static GluaStorageValue tokens_to_lua_value(lua_State *L, GluaTokenParser *token_parser, bool *result)
33{

Callers 1

tokens_to_lua_valueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected