Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
run
Method · 0.80
generate_kn_pairs
Function · 0.80
main
Function · 0.80
to_numpy
Function · 0.80
to_tensor
Function · 0.80
__init__.py
File · 0.80
import_custom_ops
Function · 0.80
start_request
Method · 0.80
stop_request
Method · 0.80
insert_tasks_v1
Method · 0.80
get_requests
Method · 0.80
get_requests
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected