MCPcopy
hub / github.com/apache/caldera / store

Method store

app/objects/c_obfuscator.py:35–40  ·  view source on GitHub ↗
(self, ram)

Source from the content-addressed store, hash-verified

33 self.module = module
34
35 def store(self, ram):
36 existing = self.retrieve(ram['obfuscators'], self.unique)
37 if not existing:
38 ram['obfuscators'].append(self)
39 return self.retrieve(ram['obfuscators'], self.unique)
40 return existing
41
42 def load(self, agent):
43 try:

Callers

nothing calls this directly

Calls 1

retrieveMethod · 0.80

Tested by

no test coverage detected