Function: getHistoryLimit()
getHistoryLimit(
getHistoryLimitFn: () =>number):number
Defined in: electron/services/database/historyLimitManager.ts:84
Get the current history limit.
Simple getter function that provides access to the history limit. This indirection enables dependency injection and testability.
Parameters
getHistoryLimitFn
() => number
Function to retrieve the current history limit
Returns
number
The current history limit