Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ createBackend
Function
createBackend
packages/dnd-core/src/backends/createTestBackend.js:49–51 ·
view source on GitHub ↗
(manager)
Source
from the content-addressed store, hash-verified
47
}
48
49
export
default
function
createBackend(manager) {
50
return
new
TestBackend(manager);
51
}
Callers
1
constructor
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected