MCPcopy
hub / github.com/CapSoftware/Cap / isAiGenerationEnabled

Function isAiGenerationEnabled

apps/web/utils/flags.ts:9–13  ·  view source on GitHub ↗
(
	user: FeatureFlagUser,
)

Source from the content-addressed store, hash-verified

7}
8
9export async function isAiGenerationEnabled(
10 user: FeatureFlagUser,
11): Promise<boolean> {
12 return userIsPro(user);
13}

Callers 8

getVideoStatusFunction · 0.90
saveVideoEditsFunction · 0.90
restoreVideoToOriginalFunction · 0.90
AuthorizedContentFunction · 0.90
EmbedContentFunction · 0.90
POSTFunction · 0.90
GETFunction · 0.90

Calls 1

userIsProFunction · 0.90

Tested by

no test coverage detected