MCPcopy Create free account
hub / github.com/apitable/apitable / getMaxViewCountPerSheet

Function getMaxViewCountPerSheet

packages/core/src/model/utils/index.ts:211–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209};
210
211export const getMaxViewCountPerSheet = () => {
212 return getCustomConfig().MAXIMUM_VIEW_COUNT_PER_DATASHEET || 30;
213};
214
215export const getRecordChunkSize = (): number => {
216 return getCustomConfig().RECORD_CHUCK_SIZE || 500;

Callers 6

addView2ActionMethod · 0.90
ViewIntroduceListFunction · 0.90
tab.tsxFile · 0.90
ContextMenuFunction · 0.90
AddNewViewListFunction · 0.90
ViewSwitcherFunction · 0.90

Calls 1

getCustomConfigFunction · 0.90

Tested by

no test coverage detected