Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/FastDeploy
/ Endpoint
Class
Endpoint
fastdeploy/inter_communicator/fmq.py:71–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
@dataclass
71
class
Endpoint:
72
# Represents a single endpoint with protocol, address, io_threads, and copy behavior
73
protocol: str
74
address: str
75
io_threads: int = 1
76
copy: bool = False
77
78
79
@dataclass
Callers
1
get_endpoint
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected