MCPcopy
hub / github.com/go-qml/qml / initGoType

Function initGoType

bridge.go:607–613  ·  view source on GitHub ↗
(fold *valueFold)

Source from the content-addressed store, hash-verified

605}
606
607func 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
615func _initGoType(fold *valueFold, schedulePaint bool) {
616 if !fold.init.IsValid() {

Callers 1

ensureEngineFunction · 0.85

Calls 2

RunMainFunction · 0.85
_initGoTypeFunction · 0.85

Tested by

no test coverage detected