MCPcopy Create free account
hub / github.com/GRAnimated/MinecraftLCE / run

Method run

tools/lint.py:245–250  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

243 self.slow = slow
244
245 def run(self):
246 self.include_at_top()
247 if self.slow:
248 with open("src/Minecraft.Client/net/minecraft/client/ui/StringIDs.h", "r") as f:
249 self.string_ids(f.read())
250 return self.c
251
252 # checks if the include for the current file is at the top of the file with a newline after
253 def include_at_top(self):

Callers 1

mainFunction · 0.95

Calls 3

include_at_topMethod · 0.95
string_idsMethod · 0.95
readMethod · 0.45

Tested by

no test coverage detected