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

Method ReadOnly

property.go:199–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197}
198
199func (bp *boolProperty) ReadOnly() bool {
200 return bp.set == nil
201}
202
203func (bp *boolProperty) Value() interface{} {
204 return bp.get()

Callers 2

SetMethod · 0.95
SetSourceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected