Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ join_tmp
Function
join_tmp
test/functional/combine_logs.py:126–127 ·
view source on GitHub ↗
(basename)
Source
from the content-addressed store, hash-verified
124
tmpdir = tempfile.gettempdir()
125
126
def
join_tmp(basename):
127
return
os.path.join(tmpdir, basename)
128
129
def
is_valid_test_tmpdir(basename):
130
fullpath = join_tmp(basename)
Callers
2
is_valid_test_tmpdir
Function · 0.70
find_latest_test_dir
Function · 0.70
Calls
1
join
Method · 0.45
Tested by
no test coverage detected