MCPcopy Create free account
hub / github.com/CheckPointSW/Karta / selfCheck

Method selfCheck

src/core/function_context.py:154–156  ·  view source on GitHub ↗

Propagate the newly learned information about our file to our internal data structures.

(self)

Source from the content-addressed store, hash-verified

152 self.files = set()
153
154 def selfCheck(self):
155 """Propagate the newly learned information about our file to our internal data structures."""
156 raise NotImplementedError("Subclasses should implement this!")
157
158 def linkFile(self, file_match):
159 """Link our context to a code file (FileMatch instance).

Callers 2

linkFileMethod · 0.95
expelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected