Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
88
func
(e *Entry) SetReadOnly(ro bool) {
89
C.uiEntrySetReadOnly(e.e, frombool(ro))
90
}
Callers
1
makeDataChoosersPage
Function · 0.95
Calls
1
frombool
Function · 0.85
Tested by
no test coverage detected