MCPcopy
hub / github.com/tinode/chat / server_version

Function server_version

chatbot/python/chatbot.py:116–119  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

114 exit(1)
115
116def server_version(params):
117 if params == None:
118 return
119 log("Server:", params['build'].decode('ascii'), params['ver'].decode('ascii'))
120
121def next_id():
122 next_id.tid += 1

Callers 1

helloFunction · 0.85

Calls 1

logFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…