MCPcopy Index your code
hub / github.com/epicweb-dev/epic-stack / createNote

Function createNote

tests/e2e/note-images.test.ts:116–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114})
115
116function createNote() {
117 return {
118 title: faker.lorem.words(3),
119 content: faker.lorem.paragraphs(3),
120 } satisfies Omit<Note, 'id' | 'createdAt' | 'updatedAt' | 'type' | 'ownerId'>
121}
122function createNoteWithImage() {
123 return {
124 ...createNote(),

Callers 2

createNoteWithImageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected