MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / deduplicate_no_collision

Function deduplicate_no_collision

src/code_actions/extract_constant.rs:1134–1137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1132
1133 #[test]
1134 fn deduplicate_no_collision() {
1135 let name = deduplicate_constant_name("PENDING", &[]);
1136 assert_eq!(name, "PENDING");
1137 }
1138
1139 #[test]
1140 fn deduplicate_with_collision() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected