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

Method create

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

* 创建单个实体 * @returns 创建后的完整实体(含生成的 id 和 createdAt)

(data: CreateDTO)

Source from the content-addressed store, hash-verified

46 * @returns 创建后的完整实体(含生成的 id 和 createdAt)
47 */
48 create(data: CreateDTO): Promise<T>
49
50 /**
51 * 批量创建实体

Callers 10

handleImportFunction · 0.80
getPageStoreInterfaceFunction · 0.80
getAccountStoreInterfaceFunction · 0.80
getFolderStoreInterfaceFunction · 0.80
createPlatformFolderFunction · 0.80
importConversationsFunction · 0.80
initializeAccountSystemFunction · 0.80
createAccountFunction · 0.80
createPageFunction · 0.80
createFolderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected