Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinode/chat
/ pack_extra
Function
pack_extra
tn-cli/commands.py:44–45 ·
view source on GitHub ↗
(cmd)
Source
from the content-addressed store, hash-verified
42
43
# Create proto for ClientExtra
44
def
pack_extra(cmd):
45
return
pb.ClientExtra(on_behalf_of=tn_globals.DefaultUser, auth_level=pb.ROOT
if
cmd.as_root
else
pb.NONE)
46
47
48
# Read a value in the server response using dot notation, i.e.
Callers
8
accMsg
Function · 0.85
subMsg
Function · 0.85
leaveMsg
Function · 0.85
pubMsg
Function · 0.85
getMsg
Function · 0.85
setMsg
Function · 0.85
delMsg
Function · 0.85
noteMsg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected