Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apitable/apitable
/ getEnvVariables
Function
getEnvVariables
packages/datasheet/src/pc/utils/env.ts:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
export
function
getEnvVariables() {
37
return
getInitializationData().envVars;
38
}
39
40
export
function
isHiddenLivechat() {
41
return
getEnvVariables().LIVECHAT_VISIBLE;
Callers
15
sentry.client.config.ts
File · 0.90
sentry.edge.config.ts
File · 0.90
sentry.server.config.ts
File · 0.90
MyAppMain
Function · 0.90
_app.tsx
File · 0.90
ThemeWrapper
Function · 0.90
register
Function · 0.90
PreviewFileModal
Function · 0.90
NoSupport
Function · 0.90
preview_type.tsx
File · 0.90
PreviewPdf
Function · 0.90
CellDateTime
Function · 0.90
Calls
1
getInitializationData
Function · 0.85
Tested by
no test coverage detected