Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ emscripten_pc_get_function
Function
emscripten_pc_get_function
system/lib/standalone/standalone.c:287–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
}
286
287
weak const char* emscripten_pc_get_function(uintptr_t pc) {
288
return NULL;
289
}
290
291
weak const char* emscripten_pc_get_file(uintptr_t pc) {
292
return NULL;
Callers
2
func
Function · 0.85
SymbolizePC
Method · 0.85
Calls
no outgoing calls
Tested by
1
func
Function · 0.68