MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / createChatScrollAcceleration

Function createChatScrollAcceleration

cli/src/utils/chat-scroll-accel.ts:145–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143}
144
145export const createChatScrollAcceleration = (): ScrollAcceleration => {
146 const environment = resolveScrollEnvironment()
147
148 return new ConstantScrollAccel({
149 multiplier: ENV_MULTIPLIERS[environment.type] * environment.multiplier,
150 })
151}

Callers 1

useChatUIFunction · 0.90

Calls 1

resolveScrollEnvironmentFunction · 0.85

Tested by

no test coverage detected