##// END OF EJS Templates
discovery: move common heads computation inside partialdiscovery object...
discovery: move common heads computation inside partialdiscovery object This remove one of the private attribute access. In additions, head tracking and computation is a typical operation we can speed up using Rust.

File last commit:

r41001:5532823e default
r41148:9815d333 default
Show More
rustfmt.toml
3 lines | 66 B | text/plain | TOMLLexer
max_width = 79
wrap_comments = true
error_on_line_overflow = true