MCPcopy Index your code
hub / github.com/PaddlePaddle/FastDeploy / debug

Method debug

tests/cache_manager/test_cache_messager.py:109–110  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

107 self.messages.append(("info", msg))
108
109 def debug(self, msg):
110 self.messages.append(("debug", msg))
111
112 def error(self, msg):
113 self.messages.append(("error", msg))

Callers 15

runMethod · 0.80
generate_kn_pairsFunction · 0.80
mainFunction · 0.80
to_numpyFunction · 0.80
to_tensorFunction · 0.80
__init__.pyFile · 0.80
import_custom_opsFunction · 0.80
start_requestMethod · 0.80
stop_requestMethod · 0.80
insert_tasks_v1Method · 0.80
get_requestsMethod · 0.80
get_requestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected