MCPcopy 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.
796def 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

hiMsgFunction · 0.85

Calls 2

stdoutlnFunction · 0.90
appendMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…