MCPcopy
hub / github.com/linuxfoundation/crowd.dev / create

Function create

backend/src/database/repositories/repositoryBase.ts:40–42  ·  view source on GitHub ↗
(data: TCreate)

Source from the content-addressed store, hash-verified

38 }
39
40 async create(data: TCreate): Promise<TData> {
41 throw new Error('Method not implemented.')
42 }
43
44 async update(id: TId, data: TUpdate): Promise<TData> {
45 throw new Error('Method not implemented.')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected