Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeroIntensity/pointers.py
/ dereference
Method
dereference
src/pointers/c_pointer.py:111–112 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
109
110
@handle
111
def
dereference(self) -> Callable[P, T]:
112
return
deref(self.ensure())
113
114
@handle
# type: ignore
115
def
__call__(self, *args: P.args, **kwargs: P.kwargs) -> T:
Callers
nothing calls this directly
Calls
2
deref
Function · 0.85
ensure
Method · 0.45
Tested by
no test coverage detected