MCPcopy Create free account
hub / github.com/anomalyco/opencode / scrollLeft

Function scrollLeft

packages/app/src/context/file.tsx:247–247  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

245 }
246 const scrollTop = (input: string) => withPath(input, (file) => view().scrollTop(file))
247 const scrollLeft = (input: string) => withPath(input, (file) => view().scrollLeft(file))
248 const selectedLines = (input: string) => withPath(input, (file) => view().selectedLines(file))
249 const setScrollTop = (input: string, top: number) => withPath(input, (file) => view().setScrollTop(file, top))
250 const setScrollLeft = (input: string, left: number) => withPath(input, (file) => view().setScrollLeft(file, left))

Callers

nothing calls this directly

Calls 2

withPathFunction · 0.85
viewFunction · 0.85

Tested by

no test coverage detected