MCPcopy 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

12import subprocess
13
14def generate_path_suffix() -> str:
15 return os.urandom(16).hex()[:16]
16
17
18def run_common(cmd, env = None):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected