MCPcopy
hub / github.com/hardentools/hardentools / ExplorerAssociations

Struct ExplorerAssociations

explorer.go:56–62  ·  view source on GitHub ↗

ExplorerAssociations is the struct for HardenInterface implementation.

Source from the content-addressed store, hash-verified

54
55// ExplorerAssociations is the struct for HardenInterface implementation.
56type ExplorerAssociations struct {
57 extensions []Extension
58 shortName string
59 longName string
60 description string
61 hardenByDefault bool
62}
63
64// FileAssociations contains all extensions to be removed.
65var FileAssociations = ExplorerAssociations{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected