Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ethstorage/es-node
/ isRunning
Method
isRunning
ethstorage/miner/worker.go:196–198 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
194
}
195
196
func
(w *worker) isRunning() bool {
197
return
atomic.LoadInt32(&w.running) == 1
198
}
199
200
func
(w *worker) close() {
201
w.stop()
Callers
5
newWorkLoop
Method · 0.95
resultLoop
Method · 0.95
mineTask
Method · 0.95
update
Method · 0.80
Mining
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected