Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jlmakes/scrollreveal
/ sync
Function
sync
src/instance/methods/sync.js:9–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
*
for
capturing
new
content asynchronously loaded into the DOM.
8
*/
9
export
default
function
sync() {
10
each(this.store.history, record => {
11
reveal.call(this, record.target, record.options, true)
12
})
13
14
initialize.call(this)
15
}
Callers
nothing calls this directly
Calls
1
each
Function · 0.85
Tested by
no test coverage detected