MCPcopy
hub / github.com/streetwriters/notesnook / get

Function get

apps/mobile/app/services/premium.ts:88–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86}
87
88function get() {
89 // if (__DEV__ || Config.isTesting === "true") return true;
90 return (
91 useUserStore.getState().user?.subscription?.plan !== undefined &&
92 useUserStore.getState().user?.subscription?.plan !== SubscriptionPlan.FREE
93 );
94}
95
96const showVerifyEmailDialog = () => {
97 presentSheet({

Callers 15

setPremiumStatusFunction · 0.70
setExpandedFunction · 0.50
createDBCollectionStoreFunction · 0.50
createNotebookTreeStoresFunction · 0.50
removeItemFunction · 0.50
removeChildrenFunction · 0.50
setExpandedFunction · 0.50
use-theme-store.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected