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

Method preprocess

src/core/function_context.py:96–98  ·  view source on GitHub ↗

Preform preprocess calculations once here after initialization, to avoid performance costs later.

(self)

Source from the content-addressed store, hash-verified

94 raise NotImplementedError("Subclasses should implement this!")
95
96 def preprocess(self):
97 """Preform preprocess calculations once here after initialization, to avoid performance costs later."""
98 raise NotImplementedError("Subclasses should implement this!")
99
100class SourceCodeContext(MappedCodeContext):
101 """A context that describes a source function."""

Callers 1

locateFileBoundariesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected