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

Function prefs_css

Scripts/ButSystem.py:1114–1121  ·  view source on GitHub ↗

Build a small CSS override block for the active user's preferences.

(prefs: Dict[str, str])

Source from the content-addressed store, hash-verified

1112 id INTEGER PRIMARY KEY AUTOINCREMENT,
1113 entry_id INTEGER NOT NULL,
1114 filename_enc TEXT NOT NULL,
1115 mime_enc TEXT NOT NULL,
1116 stored_path TEXT NOT NULL,
1117 created_at TEXT NOT NULL,
1118 FOREIGN KEY(entry_id) REFERENCES profiler_entries(id) ON DELETE CASCADE
1119 )
1120 """)
1121
1122 # Advanced per-user file manager metadata.
1123 cur.execute("""
1124 CREATE TABLE IF NOT EXISTS file_comments (

Callers 1

inject_ctxFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected