We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d7234 commit 8343150Copy full SHA for 8343150
crates/pgt_cli/src/service/windows.rs
@@ -27,6 +27,7 @@ fn get_pipe_name() -> String {
27
format!(r"\\.\pipe\pgt-service-{}", pgt_configuration::VERSION)
28
}
29
30
+#[allow(dead_code)]
31
pub(crate) fn enumerate_pipes() -> io::Result<impl Iterator<Item = String>> {
32
read_dir(r"\\.\pipe").map(|iter| {
33
iter.filter_map(|entry| {
0 commit comments