MCPcopy Create free account
hub / github.com/ArrowM/Queue-Bot / insertPatchNotes

Function insertPatchNotes

src/db/queries.ts:335–340  ·  view source on GitHub ↗
(patchNote: NewPatchNote)

Source from the content-addressed store, hash-verified

333 }
334
335 export function insertPatchNotes(patchNote: NewPatchNote) {
336 return db
337 .insert(PATCH_NOTE_TABLE)
338 .values(patchNote)
339 .returning().get();
340 }
341
342
343 // ====================================================================

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected