MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / SourceMgrError

Class SourceMgrError

client/util/exceptions.py:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 NodeError.__init__(self, E_NODE_TASK_FILTER, msg)
85
86class SourceMgrError(NodeError):
87 def __init__(self, msg):
88 NodeError.__init__(self, E_NODE_TASK_SOURCE, msg)
89
90class TransferModuleError(NodeError):
91 def __init__(self, msg):

Callers 5

pre_taskMethod · 0.90
done_taskMethod · 0.90
load_source_dirMethod · 0.90
uploadMethod · 0.90
get_src_infoMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected