MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / newValidationQueue

Function newValidationQueue

config/appconfig.go:124–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122}
123
124func newValidationQueue() *validationQueue {
125 return &validationQueue{
126 items: map[string]validatable{},
127 }
128}
129
130type validationQueue struct {
131 items map[string]validatable

Callers 1

ValidateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected