Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bitmessage/PyBitmessage
/ getPowType
Function
getPowType
src/proofofwork.py:154–159 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
152
return
ret
153
154
def
getPowType():
155
if
openclpow.openclEnabled():
156
return
"OpenCL"
157
if
bmpow:
158
return
"C"
159
return
"python"
160
161
def
notifyBuild(tried=False):
162
if
bmpow:
Callers
1
quit
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected