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

Method Common

qml.go:352–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

350// See the documentation of Common for details about this interface.
351type Object interface {
352 Common() *Common
353 Addr() uintptr
354 TypeName() string
355 Interface() interface{}

Callers 2

hookListPropertyAtFunction · 0.65
packDataValueFunction · 0.65

Implementers 1

Commonqml.go

Calls

no outgoing calls

Tested by

no test coverage detected