MCPcopy Create free account
hub / github.com/Synzack/ldapper / getACEMask

Function getACEMask

SecurityDescriptor/SecurityDescriptorFuncs.go:46–50  ·  view source on GitHub ↗
(ACE string)

Source from the content-addressed store, hash-verified

44}
45
46func getACEMask(ACE string) (ACEMask string) {
47 ACEMask = endianConvert(ACE[8:16])
48
49 return ACEMask
50}
51
52func getACEFlags(ACE string) (ACEFlags string) {
53 ACEFlags = endianConvert(ACE[16:24])

Callers 2

parseMethod · 0.85
parseMethod · 0.85

Calls 1

endianConvertFunction · 0.85

Tested by

no test coverage detected