Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catchorg/Catch2
/ generate_path_suffix
Function
generate_path_suffix
tests/TestScripts/testBazelExitGuardFile.py:14–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
import
subprocess
13
14
def
generate_path_suffix() -> str:
15
return
os.urandom(16).hex()[:16]
16
17
18
def
run_common(cmd, env = None):
Callers
1
testBazelExitGuardFile.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected