MCPcopy
hub / github.com/hardentools/hardentools / IsHardened

Method IsHardened

harden_interface.go:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20// harden subject.
21type HardenInterface interface {
22 IsHardened() bool // Returns true if harden subject is already completely hardened.
23 Harden(bool) error // Hardens the harden subject if parameter is true, restores it if parameter is false.
24 Name() string // Returns short name.
25 LongName() string // Returns long name.

Callers 9

showStatusFunction · 0.65
IsHardenedMethod · 0.65
IsHardenedMethod · 0.65
IsHardenedMethod · 0.65
cmdHardenRestoreFunction · 0.65
IsHardenedMethod · 0.65
createMainGUIContentFunction · 0.65
TestIsHardenedFunction · 0.65
showStatusFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestIsHardenedFunction · 0.52