MCPcopy 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

mainFunction · 0.95

Calls 3

pragma_onceMethod · 0.95
newline_after_pragmaMethod · 0.95
virtual_overrideMethod · 0.95

Tested by

no test coverage detected