MCPcopy Create free account
hub / github.com/bytebase/bytebase / setResultRowsLimit

Function setResultRowsLimit

frontend/src/react/stores/sqlEditor/editor.ts:123–128  ·  view source on GitHub ↗
(limit)

Source from the content-addressed store, hash-verified

121 });
122 },
123 setResultRowsLimit(limit) {
124 set((s) => {
125 s.resultRowsLimit = limit;
126 });
127 safeWrite(STORAGE_KEY_SQL_EDITOR_RESULT_LIMIT, limit);
128 },
129 setRedisCommandOption(option) {
130 set((s) => {
131 s.redisCommandOption = option;

Callers

nothing calls this directly

Calls 2

setFunction · 0.85
safeWriteFunction · 0.70

Tested by

no test coverage detected