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

Function rv

frontend/src/utils/v1/sql.test.ts:21–22  ·  view source on GitHub ↗
(kind: RowValue["kind"])

Source from the content-addressed store, hash-verified

19import { generateInsertStatementFromRows, rowValueToSQLLiteral } from "./sql";
20
21const rv = (kind: RowValue["kind"]): RowValue =>
22 create(RowValueSchema, { kind });
23
24describe("rowValueToSQLLiteral", () => {
25 it("renders NULL for undefined and nullValue", () => {

Callers 1

sql.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected