Home
last modified time | relevance | path

Searched refs:found_p2 (Results 1 – 1 of 1) sorted by relevance

/webrtc/turn/src/allocation/
H A Dallocation_test.rs37 let found_p2 = a.has_permission(&addr2).await; in test_has_permission() localVariable
38 assert!(found_p2, "Second one should be ignored."); in test_has_permission()