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

Method valid

src/function_context.py:809–815  ·  view source on GitHub ↗

Check if the function is still valid (still active). Return Value: True iff the function still exists in the file matching process

(self)

Source from the content-addressed store, hash-verified

807
808 # Overridden base function
809 def valid(self):
810 """Check if the function is still valid (still active).
811
812 Return Value:
813 True iff the function still exists in the file matching process
814 """
815 return self.exists
816
817 # Overridden base function
818 def preprocess(self):

Callers 1

activeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected