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

Function txt

Scripts/ButSystem.py:10441–10444  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

10439"""
10440 rel = (rel or "").strip("/")
10441 return f"{rel}/{name}" if rel else name
10442 u = current_user()
10443 prefs = get_user_prefs(u) if u else dict(DEFAULT_PREFS)
10444 but_css = BUT_CSS + prefs_css(prefs)
10445 try:
10446 story_users = _story_active_usernames() if u else set()
10447 except Exception:

Callers 1

_parse_rss_itemsFunction · 0.70

Calls 1

_norm_spaceFunction · 0.70

Tested by

no test coverage detected