MCPcopy
hub / github.com/hardentools/hardentools / Name

Method Name

harden_interface.go:24–24  ·  view source on GitHub ↗

Hardens the harden subject if parameter is true, restores it if parameter is false.

()

Source from the content-addressed store, hash-verified

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.
26 Description() string // Returns description.
27 HardenByDefault() bool // Returns if this harden subject should be hardened by default or only optional.

Callers 7

showStatusFunction · 0.65
HardenMethod · 0.65
triggerAllFunction · 0.65
cmdHardenRestoreFunction · 0.65
createMainGUIContentFunction · 0.65
hardenDefaultsAgainFunction · 0.65
showStatusFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected