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

Function emptySQLEditorConnection

frontend/src/utils/sqlEditor.ts:36–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34};
35
36export const emptySQLEditorConnection = (): SQLEditorConnection => {
37 return {
38 instance: "",
39 database: "",
40 };
41};
42
43export const isSameSQLEditorConnection = (
44 a: SQLEditorConnection,

Callers 3

syncURLFunction · 0.90
defaultSQLEditorTabFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected