Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InfinitiBit/graphbit
/ has_perplexity_key
Function
has_perplexity_key
tests/rust_unit_tests/test_helpers.rs:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
30
#[allow(dead_code)]
31
pub(super) fn has_perplexity_key() -> bool {
32
env::var(
"PERPLEXITY_API_KEY"
).is_ok()
33
}
34
35
#[allow(dead_code)]
36
pub(super) fn has_deepseek_key() -> bool {
Callers
1
test_perplexity_llm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected