MCPcopy 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
287weak const char* emscripten_pc_get_function(uintptr_t pc) {
288 return NULL;
289}
290
291weak const char* emscripten_pc_get_file(uintptr_t pc) {
292 return NULL;

Callers 2

funcFunction · 0.85
SymbolizePCMethod · 0.85

Calls

no outgoing calls

Tested by 1

funcFunction · 0.68