MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / has_tool

Method has_tool

External/code-format-helper/code-format-helper.py:73–74  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

71 raise NotImplementedError()
72
73 def has_tool(self) -> bool:
74 raise NotImplementedError()
75
76 def format_run(self, changed_files: List[str], args: FormatArgs) -> Optional[str]:
77 raise NotImplementedError()

Callers 1

hook_mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected