MCPcopy Create free account
hub / github.com/Noumena-Network/code / canRepaintFromPreviousOutputTop

Function canRepaintFromPreviousOutputTop

src/ink/log-update.ts:820–826  ·  view source on GitHub ↗
(frame: Frame)

Source from the content-addressed store, hash-verified

818}
819
820export function canRepaintFromPreviousOutputTop(frame: Frame): boolean {
821 return (
822 frame.viewport.height > 0 &&
823 frame.screen.height < frame.viewport.height &&
824 frame.cursor.y < frame.viewport.height
825 )
826}
827
828function canStayIncrementalAcrossHeightShrink(
829 prev: Frame,

Callers 2

renderMethod · 0.85
onRenderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected