MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / group_lock_close

Function group_lock_close

Scripts/ButSystem.py:14789–14795  ·  view source on GitHub ↗
(gid: int)

Source from the content-addressed store, hash-verified

14787 }
14788
14789 item = dict(m)
14790 if want_html:
14791 try:
14792 item["html"] = render_template_string(_GROUP_ROW_TEMPLATE, m=m, me=me)
14793 except Exception:
14794 item["html"] = ""
14795
14796 out.append(item)
14797
14798 conn.close()

Callers

nothing calls this directly

Calls 3

current_userFunction · 0.70
group_roleFunction · 0.70
_chat_lock_clear_sessionFunction · 0.70

Tested by

no test coverage detected