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

Method markStatic

src/function_context.py:392–394  ·  view source on GitHub ↗

Mark our function as a non-exported (static) function.

(self)

Source from the content-addressed store, hash-verified

390 self.call_order = mapping
391
392 def markStatic(self):
393 """Mark our function as a non-exported (static) function."""
394 self.is_static = True
395
396 def used(self):
397 """Check if our function is used, i.e. has ingoing/outgoing reference to other functions.

Callers 3

analyzeFileFunction · 0.80
deserializeMethod · 0.80
prepareBinFunctionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected