MCPcopy
hub / github.com/lxn/walk / readOnlyProperty

Struct readOnlyProperty

property.go:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138type readOnlyProperty struct {
139 get func() interface{}
140 changed *Event
141}
142
143func NewReadOnlyProperty(get func() interface{}, changed *Event) Property {
144 return &readOnlyProperty{get: get, changed: changed}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected