Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cwida/FastLanes
/ __init__
Method
__init__
scripts/run-clang-format.py:118–121 ·
view source on GitHub ↗
(self, message, exc=None)
Source
from the content-addressed store, hash-verified
116
self.exc = exc
117
118
119
def
run_clang_format_diff_wrapper(args, file):
120
try
:
121
ret = run_clang_format_diff(args, file)
122
return
ret
123
except
DiffError:
124
raise
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected