MCPcopy Create free account
hub / github.com/TanStack/ai / shouldStripFromExpoEnv

Function shouldStripFromExpoEnv

examples/ts-react-native-chat/scripts/dev.mjs:107–112  ·  view source on GitHub ↗
(key, loadedEnvKeys)

Source from the content-addressed store, hash-verified

105}
106
107function shouldStripFromExpoEnv(key, loadedEnvKeys) {
108 return (
109 key.startsWith('OPENAI_') ||
110 (loadedEnvKeys.has(key) && !isPublicMobileEnvKey(key))
111 )
112}
113
114function createExpoEnv({
115 baseUrl,

Callers 1

createExpoEnvFunction · 0.85

Calls 2

isPublicMobileEnvKeyFunction · 0.85
hasMethod · 0.80

Tested by

no test coverage detected