Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YougLin-dev/amp-server
/ get_google_api_key
Function
get_google_api_key
api/src/lib.rs:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
pub fn get_google_api_key() -> Option<&'static str> {
25
GOOGLE_API_KEY.get().map(|s| s.as_str())
26
}
27
28
#[tokio::main]
29
async fn start() -> Result<()> {
Callers
1
handle_proxy_request
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected