MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / wikiDailyGraphParams

Function wikiDailyGraphParams

deployments/desktop/static/desktop.js:3892–3902  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3890 }
3891
3892 function wikiDailyGraphParams() {
3893 const scope = $("wikiDailyScope")?.value || "latest";
3894 const month = $("wikiDailyMonth")?.value || "";
3895 const params = new URLSearchParams({
3896 user_id: currentUser(),
3897 limit: "80",
3898 daily_scope: scope
3899 });
3900 if (scope === "month" && month) params.set("daily_month", month);
3901 return params.toString();
3902 }
3903
3904 function relatedWikiNodes(nodeId) {
3905 const byId = graphNodesById();

Callers 1

loadWikiFunction · 0.85

Calls 2

currentUserFunction · 0.85
$Function · 0.70

Tested by

no test coverage detected