(fold *valueFold)
| 605 | } |
| 606 | |
| 607 | func initGoType(fold *valueFold) { |
| 608 | if cdata.Ref() == atomic.LoadUintptr(&guiPaintRef) { |
| 609 | go RunMain(func() { _initGoType(fold, true) }) |
| 610 | } else { |
| 611 | _initGoType(fold, false) |
| 612 | } |
| 613 | } |
| 614 | |
| 615 | func _initGoType(fold *valueFold, schedulePaint bool) { |
| 616 | if !fold.init.IsValid() { |
no test coverage detected