MCPcopy
hub / github.com/knownsec/pocsuite3 / add_reference

Method add_reference

pocsuite3/lib/helper/java/serialization.py:740–741  ·  view source on GitHub ↗
(self, ref)

Source from the content-addressed store, hash-verified

738 return encoded
739
740 def add_reference(self, ref):
741 self.references.append(ref)
742
743 def decode_magic(self, io):
744 magic = io.read(2)

Callers 7

decodeMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80
decode_contentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected