Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ unsuffixed_basename
Function
unsuffixed_basename
tools/utils.py:115–116 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
113
114
115
def
unsuffixed_basename(name):
116
return
os.path.basename(unsuffixed(name))
117
118
119
def
get_file_suffix(filename):
Callers
5
create_reproduce_file
Function · 0.90
get_object_filename
Function · 0.90
compile_source_file
Function · 0.90
phase_post_link
Function · 0.85
phase_final_emitting
Function · 0.85
Calls
1
unsuffixed
Function · 0.85
Tested by
no test coverage detected