func golang.org/x/pkgsite/internal/postgres.mustInsertModule

4 uses

	golang.org/x/pkgsite/internal/postgres (current package)
		test_helper.go#L205: 	mustInsertModule(ctx, t, db, m, "", true)
		test_helper.go#L209: 	mustInsertModule(ctx, t, db, m, goMod, true)
		test_helper.go#L213: 	mustInsertModule(ctx, t, db, m, "", false)
		test_helper.go#L216: func mustInsertModule(ctx context.Context, t *testing.T, db *DB, m *internal.Module, goMod string, latest bool) {