Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eth-easl/dirigent
/ Deployments
Struct
Deployments
internal/data_plane/function_metadata/deployment.go:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
)
33
34
type
Deployments
struct
{
35
data
map
[string]*FunctionMetadata
36
sync.RWMutex
37
}
38
39
func
NewDeploymentList() *Deployments {
40
return
&Deployments{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected