MCPcopy Index your code
hub / github.com/python/mypy / vec_set_mem_item

Function vec_set_mem_item

mypyc/irbuild/vec.py:274–278  ·  view source on GitHub ↗

Store a vec item, converting RVec values to nested storage items.

(
    builder: LowLevelIRBuilder, ptr: Value, item_type: RType, item: Value
)

Source from the content-addressed store, hash-verified

272
273
274def vec_set_mem_item(
275 builder: LowLevelIRBuilder, ptr: Value, item_type: RType, item: Value
276) -> None:
277 """Store a vec item, converting RVec values to nested storage items."""
278 builder.set_mem(ptr, item_type, item)
279
280
281def vec_check_and_adjust_index(

Callers 4

vec_create_initializedFunction · 0.85
vec_create_from_valuesFunction · 0.85
vec_set_itemFunction · 0.85
vec_init_item_unsafeFunction · 0.85

Calls 1

set_memMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…