MCPcopy Create free account
hub / github.com/experdot/pointer / createMany

Method createMany

src/renderer/src/stores/interfaces/base.ts:54–54  ·  view source on GitHub ↗

* 批量创建实体 * @returns 创建后的完整实体数组

(data: CreateDTO[])

Source from the content-addressed store, hash-verified

52 * @returns 创建后的完整实体数组
53 */
54 createMany(data: CreateDTO[]): Promise<T[]>
55
56 // ==================== 更新操作 ====================
57

Callers 3

getPageStoreInterfaceFunction · 0.80
getAccountStoreInterfaceFunction · 0.80
getFolderStoreInterfaceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected