MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / das_table_init

Function das_table_init

src/misc/daScriptC.cpp:1256–1258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1254 }
1255
1256void das_table_init ( das_table * tab ) {
1257 memset(tab, 0, sizeof(das_table));
1258}
1259
1260void das_table_reserve ( das_context * context, das_table * tab, int key_base_type, uint32_t capacity, uint32_t value_size ) {
1261 table_reserve_impl(*(Context *)context, *(Table *)tab, int32_t(key_base_type), capacity, value_size, nullptr);

Callers 3

test_capi_i64.cppFile · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected