Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
def
get_global_value(globl):
72
return
get_const_expr_value(globl.init)
73
74
75
def
parse_function_for_memory_inits(module, func_index, offset_map):
Callers
2
get_section_strings
Function · 0.85
extract_metadata
Function · 0.85
Calls
1
get_const_expr_value
Function · 0.85
Tested by
no test coverage detected