Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jlmakes/scrollreveal
/ struct
Function
struct
src/instance/functions/rinse.js:5–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
4
export
default
function
rinse() {
5
const
struct = () => ({
6
active: [],
7
stale: []
8
})
9
10
const
elementIds = struct()
11
const
sequenceIds = struct()
Callers
1
rinse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected