MCPcopy Create free account
hub / github.com/MariaDB/server / set

Method set

sql/sql_array.h:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 }
263
264 void set(size_t idx, const Elem &el)
265 {
266 set_dynamic(&array, &el, idx);
267 }
268
269 void freeze()
270 {

Callers

nothing calls this directly

Calls 1

set_dynamicFunction · 0.85

Tested by

no test coverage detected