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

Function _clean_num

Scripts/ButSystem.py:15232–15238  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

15230 except Exception:
15231 pass
15232
15233 def _fetch_rows():
15234 conn = db_connect()
15235 try:
15236 rows = conn.execute(
15237 """
15238 SELECT g.id, g.name, g.owner, g.created_at, m.role AS my_role
15239 FROM groups g
15240 JOIN group_members m ON m.group_id=g.id
15241 WHERE m.username=?

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected