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

Method GetMemory

internal/control_plane/workers/worker_node.go:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142}
143
144func (w *WorkerNode) GetMemory() uint64 {
145 return w.Memory
146}
147
148func (w *WorkerNode) GetCpuCores() uint64 {
149 return w.CpuCores

Callers 1

TestDataPlaneCreationFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestDataPlaneCreationFunction · 0.76