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

Method recordString

src/function_context.py:114–120  ·  view source on GitHub ↗

Record a string artifact in the code's artifacts list. Args: string (str): string artifact

(self, string)

Source from the content-addressed store, hash-verified

112 self.consts.add(const)
113
114 def recordString(self, string):
115 """Record a string artifact in the code's artifacts list.
116
117 Args:
118 string (str): string artifact
119 """
120 self.strings.add(string)
121
122 def recordCall(self, call):
123 """Record a function call artifact in the code's artifacts list.

Callers 3

deserializeMethod · 0.80
analyzeFunctionMethod · 0.80
analyzeIslandFunctionMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected