Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ StaticEndpoint
Class
StaticEndpoint
crates/chat-cli/src/telemetry/endpoint.rs:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
#[derive(Debug, Clone, Copy)]
9
pub(crate) struct StaticEndpoint(pub &'static str);
10
11
impl ResolveEndpoint for StaticEndpoint {
12
fn resolve_endpoint<
'a>(&'
a self, _params: &
'a Params) -> EndpointFuture<'
a> {
Callers
2
test_static_endpoint
Function · 0.85
new
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_static_endpoint
Function · 0.68