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

Method encode

app/objects/c_data_encoder.py:36–37  ·  view source on GitHub ↗
(self, data, **_)

Source from the content-addressed store, hash-verified

34
35 @abstractmethod
36 def encode(self, data, **_):
37 raise NotImplementedError
38
39 @abstractmethod
40 def decode(self, data, **_):

Callers 15

refreshMethod · 0.45
sendMethod · 0.45
_send_instructionsMethod · 0.45
_send_instructionsMethod · 0.45
_get_qname_bytesMethod · 0.45
runMethod · 0.45
encode_stringMethod · 0.45
runMethod · 0.45
_write_logs_to_diskMethod · 0.45

Calls

no outgoing calls

Tested by 13

active_linkFunction · 0.36
finished_linkFunction · 0.36
test_file_uploadMethod · 0.36
test_base64_encodingMethod · 0.36
_encode_commandFunction · 0.36
_make_resultFunction · 0.36