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

Method listCB

pager_lib/smb/base.py:1201–1203  ·  view source on GitHub ↗
(files_list)

Source from the content-addressed store, hash-verified

1199 callback(path_file_pattern)
1200
1201 def listCB(files_list):
1202 files_queue.extend(files_list)
1203 deleteCB(None)
1204
1205 if service_name not in self.connected_trees:
1206 def connectCB(connect_message, **kwargs):

Callers

nothing calls this directly

Calls 6

_listPath_SMB2Method · 0.95
_listPath_SMB1Method · 0.95
extendMethod · 0.80
appendMethod · 0.80
popMethod · 0.80
callbackFunction · 0.50

Tested by

no test coverage detected