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

Function _chat_lock_remove

Scripts/ButSystem.py:1846–1856  ·  view source on GitHub ↗
(owner: str, scope: str, target)

Source from the content-addressed store, hash-verified

1844 c = c + "; Secure"
1845 resp.headers.add("Set-Cookie", c)
1846 except Exception:
1847 pass
1848
1849 return resp
1850
1851def current_user() -> Optional[str]:
1852 """current_user.
1853
1854Internal helper function.
1855
1856This docstring was added automatically to improve maintainability.
1857
1858Returns:
1859 Varies.

Callers 2

dm_lock_removeFunction · 0.70
group_lock_removeFunction · 0.70

Calls 3

db_connectFunction · 0.70
_lock_targetFunction · 0.70
_chat_lock_clear_sessionFunction · 0.70

Tested by

no test coverage detected