MCPcopy 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
115def unsuffixed_basename(name):
116 return os.path.basename(unsuffixed(name))
117
118
119def get_file_suffix(filename):

Callers 5

create_reproduce_fileFunction · 0.90
get_object_filenameFunction · 0.90
compile_source_fileFunction · 0.90
phase_post_linkFunction · 0.85
phase_final_emittingFunction · 0.85

Calls 1

unsuffixedFunction · 0.85

Tested by

no test coverage detected