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

Function createNote

tests/e2e/notes.test.ts:69–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67})
68
69function createNote() {
70 return {
71 title: faker.lorem.words(3),
72 content: faker.lorem.paragraphs(3),
73 }
74}

Callers 1

notes.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected