MCPcopy 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
154def getPowType():
155 if openclpow.openclEnabled():
156 return "OpenCL"
157 if bmpow:
158 return "C"
159 return "python"
160
161def notifyBuild(tried=False):
162 if bmpow:

Callers 1

quitMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected