MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / eq

Method eq

crates/chat-cli/src/cli/chat/context.rs:68–73  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

66
67impl PartialEq for ContextFilePath {
68 fn eq(&self, other: &Self) -> bool {
69 let self_path = self.get_path_as_str();
70 let other_path = other.get_path_as_str();
71
72 self_path == other_path
73 }
74}
75
76impl PartialEq<str> for ContextFilePath {

Callers 1

invokeMethod · 0.80

Calls 1

get_path_as_strMethod · 0.80

Tested by

no test coverage detected