MCPcopy Create free account
hub / github.com/benwinding/react-admin-import-csv / createRows

Function createRows

src/main-csv-button.tsx:151–161  ·  view source on GitHub ↗
(vals: any[])

Source from the content-addressed store, hash-verified

149 }
150
151 async function createRows(vals: any[]) {
152 return create(
153 logging,
154 disableCreateMany,
155 dataProvider,
156 resourceName,
157 vals,
158 preCommitCallback,
159 postCommitCallback
160 );
161 }
162
163 async function updateRows(vals: any[]) {
164 return update(

Callers 2

MainCsvImportFunction · 0.85
handleAskDecideAddAsNewFunction · 0.85

Calls 1

createFunction · 0.90

Tested by

no test coverage detected