MCPcopy Create free account
hub / github.com/Alphanimble/htmlstream / createStreamScrollFollow

Function createStreamScrollFollow

src/hold-stream.ts:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103export function createStreamScrollFollow(): StreamScrollFollow {
104 return { paused: false, lastScrollTop: 0 };
105}
106
107/** Reset follow state when starting a new stream. */
108export function resetStreamScrollFollow(state: StreamScrollFollow): void {

Callers 3

streamhtml.tsxFile · 0.90
ChatAppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected