Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
export
async
function
isAiGenerationEnabled(
10
user: FeatureFlagUser,
11
): Promise<boolean> {
12
return
userIsPro(user);
13
}
Callers
8
getVideoStatus
Function · 0.90
saveVideoEdits
Function · 0.90
restoreVideoToOriginal
Function · 0.90
queueFinalizedRecordingTranscription
Function · 0.90
AuthorizedContent
Function · 0.90
EmbedContent
Function · 0.90
POST
Function · 0.90
GET
Function · 0.90
Calls
1
userIsPro
Function · 0.90
Tested by
no test coverage detected