| 38 | ) |
| 39 | |
| 40 | type emptyWorker struct { |
| 41 | name string |
| 42 | workerEndPointMap synchronization.SyncStructure[*core.Endpoint, string] |
| 43 | } |
| 44 | |
| 45 | func (e *emptyWorker) SetSchedulability(b bool) { |
| 46 | } |
nothing calls this directly
no outgoing calls
no test coverage detected