MCPcopy Index your code
hub / github.com/therecipe/qt / PointerFromQScriptClass

Function PointerFromQScriptClass

script/script.go:36–41  ·  view source on GitHub ↗
(ptr QScriptClass_ITF)

Source from the content-addressed store, hash-verified

34}
35
36func PointerFromQScriptClass(ptr QScriptClass_ITF) unsafe.Pointer {
37 if ptr != nil {
38 return ptr.QScriptClass_PTR().Pointer()
39 }
40 return nil
41}
42
43func (n *QScriptClass) ClassNameInternalF() string {
44 return n.Internal.ClassNameInternalF()

Callers

nothing calls this directly

Calls 2

PointerMethod · 0.65
QScriptClass_PTRMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…