MCPcopy Index your code
hub / github.com/sql-formatter-org/sql-formatter / format

Function format

test/db2.test.ts:18–18  ·  view source on GitHub ↗
(query, cfg = {})

Source from the content-addressed store, hash-verified

16describe('Db2Formatter', () => {
17 const language = 'db2';
18 const format: FormatFn = (query, cfg = {}) => originalFormat(query, { ...cfg, language });
19
20 behavesLikeDb2Formatter(format);
21

Callers 15

behavesLikeDb2FormatterFunction · 0.70
behavesLikeSqlFormatterFunction · 0.70
supportsOnConflictFunction · 0.50
supportsLimitingFunction · 0.50
supportsStringsFunction · 0.50
supportsIdentifiersFunction · 0.50
supportsIsDistinctFromFunction · 0.50
supportsCommentOnFunction · 0.50
supportsAlterTableFunction · 0.50
supportsSetOperationsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…