Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ shared_ptr_deref
Function
shared_ptr_deref
scripts/gdb/commands.py:51–52 ·
view source on GitHub ↗
(ptr)
Source
from the content-addressed store, hash-verified
49
50
51
def
shared_ptr_deref(ptr):
52
return
ptr[
"_M_ptr"
].dereference()
53
54
55
def
get_type_name(type_index):
Callers
1
invoke
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected