Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
func
(w *WorkerNode) GetMemory() uint64 {
145
return
w.Memory
146
}
147
148
func
(w *WorkerNode) GetCpuCores() uint64 {
149
return
w.CpuCores
Callers
1
TestDataPlaneCreation
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestDataPlaneCreation
Function · 0.76