Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ createSourceMonitor
Function
createSourceMonitor
packages/react-dnd/src/createSourceMonitor.js:82–84 ·
view source on GitHub ↗
(manager)
Source
from the content-addressed store, hash-verified
80
}
81
82
export
default
function
createSourceMonitor(manager) {
83
return
new
SourceMonitor(manager);
84
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected