MCPcopy Index your code
hub / github.com/tinode/chat / hiMsg

Function hiMsg

tn-cli/commands.py:89–92  ·  view source on GitHub ↗
(id, background, user_agent, lib_version)

Source from the content-addressed store, hash-verified

87# Constructing individual messages
88# {hi}
89def hiMsg(id, background, user_agent, lib_version):
90 tn_globals.OnCompletion[str(id)] = lambda params: print_server_params(params)
91 return pb.ClientMsg(hi=pb.ClientHi(id=str(id), user_agent=user_agent,
92 ver=lib_version, lang="EN", background=background))
93
94
95# {acc}

Callers 1

gen_messageFunction · 0.90

Calls 1

print_server_paramsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…