Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ mkdtemp
Function
mkdtemp
tools/creduce.py:10–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
@contextlib.contextmanager
10
def
mkdtemp():
11
d = tempfile.mkdtemp()
12
yield
d
13
shutil.rmtree(d, ignore_errors=True)
14
15
def
print_lines(lines):
16
for
line in lines:
Callers
1
creduce.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected