MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / files_in_path

Function files_in_path

tools/system_libs.py:49–51  ·  view source on GitHub ↗
(path: str, filenames: list[str])

Source from the content-addressed store, hash-verified

47
48
49def files_in_path(path: str, filenames: list[str]):
50 srcdir = utils.path_from_root(path)
51 return [os.path.join(srcdir, f) for f in filenames]
52
53
54def glob_in_path(path: str, glob_pattern: str, excludes: set[str] = set()): # noqa: B006

Callers 11

get_filesMethod · 0.85
get_libcall_filesMethod · 0.85
get_filesMethod · 0.85
get_libcall_filesMethod · 0.85
get_filesMethod · 0.85
get_filesMethod · 0.85
get_filesMethod · 0.85
get_filesMethod · 0.85
get_filesMethod · 0.85
get_filesMethod · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected