MCPcopy Create free account
hub / github.com/eth-easl/dirigent / emptyWorker

Struct emptyWorker

internal/control_plane/workers/empty_worker/empty_worker.go:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38)
39
40type emptyWorker struct {
41 name string
42 workerEndPointMap synchronization.SyncStructure[*core.Endpoint, string]
43}
44
45func (e *emptyWorker) SetSchedulability(b bool) {
46}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected