Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlchat/sqlchat
/ getStripe
Function
getStripe
src/utils/get-stripejs.ts:7–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
6
let
stripePromise: Promise<Stripe | null>;
7
const
getStripe = () => {
8
if
(!stripePromise) {
9
stripePromise = loadStripe(process.env.NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY!);
10
}
11
return
stripePromise;
12
};
13
14
export
default getStripe;
Callers
1
checkout
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected