MCPcopy
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

createViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected