Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lingodotdev/lingo.dev
/ getGoogleKeyFromRc
Function
getGoogleKeyFromRc
packages/compiler/src/utils/llm-api-key.ts:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
export
function
getGoogleKeyFromRc() {
57
return
getKeyFromRc(
"llm.googleApiKey"
);
58
}
59
60
export
function
getGoogleKeyFromEnv() {
61
return
getKeyFromEnv(
"GOOGLE_API_KEY"
);
Callers
1
getGoogleKey
Function · 0.85
Calls
1
getKeyFromRc
Function · 0.85
Tested by
no test coverage detected