MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / covBoolPtr

Function covBoolPtr

pkg/sql/ast/sql_coverage_test.go:22–22  ·  view source on GitHub ↗
(v bool)

Source from the content-addressed store, hash-verified

20)
21
22func covBoolPtr(v bool) *bool { return &v }
23
24func TestCreateIndexStatement_SQL(t *testing.T) {
25 stmt := &CreateIndexStatement{

Calls

no outgoing calls

Tested by

no test coverage detected