MCPcopy
hub / github.com/sqlc-dev/sqlc / file_analysis_analysis_proto_init

Function file_analysis_analysis_proto_init

internal/analysis/analysis.pb.go:474–546  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

472
473func init() { file_analysis_analysis_proto_init() }
474func file_analysis_analysis_proto_init() {
475 if File_analysis_analysis_proto != nil {
476 return
477 }
478 if !protoimpl.UnsafeEnabled {
479 file_analysis_analysis_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
480 switch v := v.(*Identifier); i {
481 case 0:
482 return &v.state
483 case 1:
484 return &v.sizeCache
485 case 2:
486 return &v.unknownFields
487 default:
488 return nil
489 }
490 }
491 file_analysis_analysis_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
492 switch v := v.(*Column); i {
493 case 0:
494 return &v.state
495 case 1:
496 return &v.sizeCache
497 case 2:
498 return &v.unknownFields
499 default:
500 return nil
501 }
502 }
503 file_analysis_analysis_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
504 switch v := v.(*Parameter); i {
505 case 0:
506 return &v.state
507 case 1:
508 return &v.sizeCache
509 case 2:
510 return &v.unknownFields
511 default:
512 return nil
513 }
514 }
515 file_analysis_analysis_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
516 switch v := v.(*Analysis); i {
517 case 0:
518 return &v.state
519 case 1:
520 return &v.sizeCache
521 case 2:
522 return &v.unknownFields
523 default:
524 return nil
525 }
526 }
527 }
528 type x struct{}
529 out := protoimpl.TypeBuilder{
530 File: protoimpl.DescBuilder{
531 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),

Callers 1

initFunction · 0.85

Calls 1

BuildMethod · 0.80

Tested by

no test coverage detected