Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ decode_response
Method
decode_response
mssqlcli/jsonrpc/contracts/request.py:25–29 ·
view source on GitHub ↗
Returns decoded response.
(response)
Source
from the content-addressed store, hash-verified
23
@staticmethod
24
@abc.abstractmethod
25
def
decode_response(response):
26
""
"
27
Returns decoded response.
28
""
"
29
pass
30
31
@classmethod
32
@abc.abstractmethod
Callers
1
get_response
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected