MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / refreshContextWindowFrame

Method refreshContextWindowFrame

ui/runtime.go:534–544  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

532 r.UI.Shutdown(r.Frame)
533 }
534}
535
536func (r *UiRuntime) markDirty() {
537 r.Dirty = true
538}
539
540func (r *UiRuntime) advanceAnimationFrame() {
541 if r.Frame.InputEnabled || r.Frame.ActiveModal != "none" {
542 return
543 }
544 r.Frame.AnimationFrame++
545 r.markDirty()
546}
547

Callers 3

MountStateSnapshotMethod · 0.95
RunSubmitMessageMethod · 0.95
FlushMethod · 0.95

Calls 3

engineConfigMethod · 0.95
latestStateMethod · 0.95

Tested by

no test coverage detected