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

Function updateCurrentTab

frontend/src/react/stores/sqlEditor/tab.ts:279–283  ·  view source on GitHub ↗
(payload)

Source from the content-addressed store, hash-verified

277 },
278
279 updateCurrentTab(payload) {
280 const id = get().currentTabId;
281 if (!id) return undefined;
282 return get().updateTab(id, payload);
283 },
284
285 updateBatchQueryContext(payload) {
286 const id = get().currentTabId;

Callers

nothing calls this directly

Calls 1

getFunction · 0.85

Tested by

no test coverage detected