MCPcopy Index your code
hub / github.com/ContainerSSH/ContainerSSH / add

Method add

config/appconfig.go:134–136  ·  view source on GitHub ↗
(name string, item validatable)

Source from the content-addressed store, hash-verified

132}
133
134func (v *validationQueue) add(name string, item validatable) {
135 v.items[name] = item
136}
137
138func (v *validationQueue) Validate() error {
139 for name, item := range v.items {

Callers 1

ValidateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected