Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jisaacks/GitGutter
/ _is_resolved
Method
_is_resolved
modules/promise.py:157–159 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
155
self.callbacks.append(callback)
156
157
def
_is_resolved(self):
158
with
self.mutex:
159
return
self.resolved
160
161
def
_get_value(self):
162
with
self.mutex:
Callers
5
then
Method · 0.95
test_chain_with_resolved
Method · 0.95
test_chain_with_pending
Method · 0.95
test_chain_with_promise
Method · 0.95
test_promise_resolve
Method · 0.80
Calls
no outgoing calls
Tested by
4
test_chain_with_resolved
Method · 0.76
test_chain_with_pending
Method · 0.76
test_chain_with_promise
Method · 0.76
test_promise_resolve
Method · 0.64