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

Function _upload_meta_path

Scripts/ButSystem.py:11714–11727  ·  view source on GitHub ↗

_upload_meta_path. Internal helper function. This docstring was added automatically to improve maintainability. Args: upload_id: Parameter. Returns: Varies.

(upload_id: str)

Source from the content-addressed store, hash-verified

11712 return {"enabled": 0, "q1": "", "q2": "", "q3": ""}
11713 return {
11714 "enabled": int(row["enabled"] or 0),
11715 "q1": row["q1"] or "",
11716 "q2": row["q2"] or "",
11717 "q3": row["q3"] or "",
11718 }
11719
11720def user_2fa_enabled(username: str) -> bool:
11721 """user_2fa_enabled.
11722
11723Internal helper function.
11724
11725This docstring was added automatically to improve maintainability.
11726
11727Args:
11728 username: Parameter.
11729
11730Returns:

Callers 2

api_upload_initFunction · 0.70
api_upload_chunkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected