MCPcopy 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)]
9pub(crate) struct StaticEndpoint(pub &'static str);
10
11impl ResolveEndpoint for StaticEndpoint {
12 fn resolve_endpoint<'a>(&'a self, _params: &'a Params) -> EndpointFuture<'a> {

Callers 2

test_static_endpointFunction · 0.85
newMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_static_endpointFunction · 0.68