Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ send
Method
send
tests/conftest.py:27–28 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
25
raise
httpx.ConnectError(
"connection refused"
)
26
27
async
def
send(self, *args, **kwargs):
28
raise
httpx.ConnectError(
"connection refused"
)
29
30
31
@pytest.fixture
Callers
2
_open_stream_attempt
Function · 0.80
w
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected