MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / weeklyPacketPaths

Function weeklyPacketPaths

scripts/changelog-weekly.ts:249–255  ·  view source on GitHub ↗
(date: string)

Source from the content-addressed store, hash-verified

247}
248
249export function weeklyPacketPaths(date: string) {
250 return {
251 weeklyNotes: join("updates", "weekly", `${date}.md`),
252 discordDraft: join("updates", "social", `${date}.discord.md`),
253 xDraft: join("updates", "social", `${date}.x.md`),
254 };
255}
256
257function writeFile(relativePath: string, contents: string, force: boolean) {
258 try {

Callers 2

writeWeeklyPacketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected