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

Method preprocess

src/function_context.py:278–280  ·  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

276
277 # Overridden base function
278 def preprocess(self):
279 """Preform preprocess calculations once here after initialization, to avoid performance costs later."""
280 self.rankConsts()
281
282 # Overridden base function
283 def rankConsts(self):

Callers 1

attemptMatchSwallowMethod · 0.45

Calls 1

rankConstsMethod · 0.95

Tested by

no test coverage detected