Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
116
def
server_version(params):
117
if
params == None:
118
return
119
log(
"Server:"
, params[
'build'
].decode(
'ascii'
), params[
'ver'
].decode(
'ascii'
))
120
121
def
next_id():
122
next_id.tid += 1
Callers
1
hello
Function · 0.85
Calls
1
log
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…