MCPcopy
hub / github.com/tone-row/flowchart-fun / open

Function open

app/src/lib/usePaywallModalStore.ts:54–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 function open() {
55 usePaywallModalStore.setState({
56 open: true,
57 title,
58 content,
59 movieUrl,
60 imgUrl,
61 toPricingCode,
62 buttonText, // Include buttonText in setState
63 });
64 }
65}

Callers 1

showPaywallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected