Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
124
func
newValidationQueue() *validationQueue {
125
return
&validationQueue{
126
items:
map
[string]validatable{},
127
}
128
}
129
130
type
validationQueue
struct
{
131
items
map
[string]validatable
Callers
1
Validate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected