Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dmlc/dgl
/ mfunc
Function
mfunc
tests/python/common/test_propagate.py:15–16 ·
view source on GitHub ↗
(edges)
Source
from the content-addressed store, hash-verified
13
14
15
def
mfunc(edges):
16
return
{
"m"
: edges.src[
"x"
]}
17
18
19
def
rfunc(nodes):
Callers
1
_test
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected