MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / get_diff_hooks

Method get_diff_hooks

aura/diff.py:136–138  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

134
135 @classmethod
136 def get_diff_hooks(cls) -> dict:
137 data = plugins.load_entrypoint("aura.diff_hooks")
138 return data["entrypoints"]
139
140 def on_same_file(self, sender): # TODO: transition to the new diff mechanism
141 size = os.stat(sender).st_size

Callers 1

diff_hookMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected