Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dblalock/bolt
/ join_paths
Function
join_paths
experiments/python/files.py:19–20 ·
view source on GitHub ↗
(dir, contents)
Source
from the content-addressed store, hash-verified
17
18
19
def
join_paths(dir, contents):
20
return
map(
lambda
f: os.path.join(dir, f), contents)
21
22
23
def
files_matching(dir, prefix=None, suffix=None, absPaths=False,
Callers
1
files_matching
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected