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

Method format_run

External/code-format-helper/code-format-helper.py:76–77  ·  view source on GitHub ↗
(self, changed_files: List[str], args: FormatArgs)

Source from the content-addressed store, hash-verified

74 raise NotImplementedError()
75
76 def format_run(self, changed_files: List[str], args: FormatArgs) -> Optional[str]:
77 raise NotImplementedError()
78
79 def pr_comment_text_for_diff(self, diff: str) -> str:
80 return f"""

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected