Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinode/chat
/ print_server_params
Function
print_server_params
tn-cli/commands.py:796–800 ·
view source on GitHub ↗
(params)
Source
from the content-addressed store, hash-verified
794
795
# Log server info.
796
def
print_server_params(params):
797
servParams = []
798
for
p in params:
799
servParams.append(p +
": "
+ str(json.loads(params[p])))
800
stdoutln(
"\r<= Connected to server: "
+
"; "
.join(servParams))
Callers
1
hiMsg
Function · 0.85
Calls
2
stdoutln
Function · 0.90
append
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…