Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ blank
Method
blank
tools/creduce.py:36–37 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
34
self.commands = [
'#!/bin/bash'
,
''
,
'rm -rf .tmp.output'
,
''
]
35
36
def
blank(self):
37
self.commands.append(
''
)
38
39
def
add_command(self, cmd, save=False):
40
if
save:
Callers
1
creduce.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected