Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pqina/filepond
/ createChildView
Function
createChildView
src/js/app/frame/createView.js:84–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
const
getChildViews = () => childViews.concat();
83
const
getReference = () => ref;
84
const
createChildView = store => (view, props) => view(store, props);
85
const
getRect = () => {
86
if
(frameRect) {
87
return
frameRect;
Callers
1
createView
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected