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

Function user_root

Scripts/ButSystem.py:3442–3457  ·  view source on GitHub ↗

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

(username: str)

Source from the content-addressed store, hash-verified

3440 prof["pic_mime"] = row["pic_mime"]
3441 except Exception:
3442 prof["pic_mime"] = None
3443 return prof
3444
3445
3446def set_profile(username: str, nickname: str, bio: str, links: List[str], extras: Optional[Dict[str, str]] = None):
3447 """set_profile.
3448
3449Route handler or application helper.
3450
3451This docstring was expanded to make future maintenance easier.
3452
3453Args:
3454 username: Parameter.
3455 nickname: Parameter.
3456 bio: Parameter.
3457 links: Parameter.
3458 extras: Parameter.
3459
3460Returns:

Callers 6

abs_user_pathFunction · 0.70
admin_delete_userFunction · 0.70
admin_user_filesFunction · 0.70
admin_user_downloadFunction · 0.70
approval_promptFunction · 0.70
prompt_creator_accountFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected