Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidWells/analytics
/ queueAction
Function
queueAction
packages/analytics-core/src/modules/queue.js:36–42 ·
view source on GitHub ↗
(data, timestamp)
Source
from the content-addressed store, hash-verified
34
}
35
36
export
const
queueAction = (data, timestamp) => {
37
return
{
38
type
:
'queue'
,
39
timestamp: timestamp,
40
data: data
41
}
42
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected