Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GRAnimated/MinecraftLCE
/ run
Method
run
tools/lint.py:155–159 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
153
self.map = cpp_class_map
154
155
def
run(self):
156
self.pragma_once()
157
self.newline_after_pragma()
158
self.virtual_override()
159
return
self.c
160
161
def
pragma_once(self):
162
lines = self.c.splitlines()
Callers
1
main
Function · 0.95
Calls
3
pragma_once
Method · 0.95
newline_after_pragma
Method · 0.95
virtual_override
Method · 0.95
Tested by
no test coverage detected