MCPcopy Create free account
hub / github.com/zxlie/FeHelper / sendToServer

Function sendToServer

apps/background/statistics.js:146–148  ·  view source on GitHub ↗
(eventName, params = {})

Source from the content-addressed store, hash-verified

144 * @param {Object} params - 事件参数
145 */
146 const sendToServer = async (eventName, params = {}) => {
147 return ''; // 暂时关闭统计
148 };
149
150 /**
151 * 记录每日活跃用户

Callers 6

recordDailyActiveUserFunction · 0.85
recordInstallationFunction · 0.85
recordUpdateFunction · 0.85
recordUninstallFunction · 0.85
recordToolUsageFunction · 0.85
scheduleSyncStatsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected