MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / get_global_value

Function get_global_value

tools/extract_metadata.py:71–72  ·  view source on GitHub ↗
(globl)

Source from the content-addressed store, hash-verified

69
70
71def get_global_value(globl):
72 return get_const_expr_value(globl.init)
73
74
75def parse_function_for_memory_inits(module, func_index, offset_map):

Callers 2

get_section_stringsFunction · 0.85
extract_metadataFunction · 0.85

Calls 1

get_const_expr_valueFunction · 0.85

Tested by

no test coverage detected