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

Function getValidatedWritePermsForm

tui/ace.go:345–351  ·  view source on GitHub ↗
(validatedWriteRight int, selectedRight func(string, int))

Source from the content-addressed store, hash-verified

343}
344
345func getValidatedWritePermsForm(validatedWriteRight int, selectedRight func(string, int)) *XForm {
346 form := NewXForm().
347 AddDropDown(
348 "Validated Write", validatedWriteRightsVals,
349 validatedWriteRight, selectedRight)
350 return form
351}
352
353func safetyCheck(object string, sd *sdl.SecurityDescriptor, doneFunc func(int, string)) bool {
354 currentSD, err := lc.GetSecurityDescriptor(object)

Callers 1

loadAceEditorFormFunction · 0.85

Calls 2

NewXFormFunction · 0.85
AddDropDownMethod · 0.80

Tested by

no test coverage detected