MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / codeDraftFromState

Function codeDraftFromState

scripts/hsr/widget-app.mjs:185–187  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

183}
184
185function codeDraftFromState(state) {
186 return joinCodeLines(state.codeLines);
187}
188
189async function saveBannerToWidgetFile() {
190 const extracted = extractBannerFromSnippet(

Callers 1

saveBannerToWidgetFileFunction · 0.85

Calls 1

joinCodeLinesFunction · 0.90

Tested by

no test coverage detected