MCPcopy Create free account
hub / github.com/Macmod/godap / getControlPermsForm

Function getControlPermsForm

tui/ace.go:337–343  ·  view source on GitHub ↗
(controlRight int, selectedRight func(string, int))

Source from the content-addressed store, hash-verified

335}
336
337func getControlPermsForm(controlRight int, selectedRight func(string, int)) *XForm {
338 form := NewXForm().
339 AddDropDown(
340 "Extended Right", extendedVals,
341 controlRight, selectedRight)
342 return form
343}
344
345func getValidatedWritePermsForm(validatedWriteRight int, selectedRight func(string, int)) *XForm {
346 form := NewXForm().

Callers 1

loadAceEditorFormFunction · 0.85

Calls 2

NewXFormFunction · 0.85
AddDropDownMethod · 0.80

Tested by

no test coverage detected