MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / data_bytes_decode

Method data_bytes_decode

pager_lib/smb/strategy.py:13–14  ·  view source on GitHub ↗
(databytes)

Source from the content-addressed store, hash-verified

11class DataStrategy():
12 @staticmethod
13 def data_bytes_decode(databytes):
14 return databytes.decode(DataStrategyBase.DATABYTES_CODEC)
15

Callers 5

decodeMethod · 0.45
decodeResultsMethod · 0.45
decodeQueryStructMethod · 0.45
enumSnapshotsCBMethod · 0.45
decodeFindStructMethod · 0.45

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected