MCPcopy Create free account
hub / github.com/andlabs/ui / SetReadOnly

Method SetReadOnly

entry.go:88–90  ·  view source on GitHub ↗

SetReadOnly sets whether the Entry can be changed.

(ro bool)

Source from the content-addressed store, hash-verified

86
87// SetReadOnly sets whether the Entry can be changed.
88func (e *Entry) SetReadOnly(ro bool) {
89 C.uiEntrySetReadOnly(e.e, frombool(ro))
90}

Callers 1

makeDataChoosersPageFunction · 0.95

Calls 1

fromboolFunction · 0.85

Tested by

no test coverage detected