File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1
1
use gix_hash:: ObjectId ;
2
+ use gix_macros:: momo;
2
3
pub use gix_object:: tree:: EntryMode ;
3
4
use gix_object:: { bstr:: BStr , TreeRefIter } ;
4
5
use gix_odb:: FindExt ;
@@ -132,6 +133,7 @@ impl<'repo> Tree<'repo> {
132
133
///
133
134
/// If any path component contains illformed UTF-8 and thus can't be converted to bytes on platforms which can't do so natively,
134
135
/// the returned component will be empty which makes the lookup fail.
136
+ #[ momo]
135
137
pub fn lookup_entry_by_path (
136
138
& self ,
137
139
relative_path : impl AsRef < std:: path:: Path > ,
@@ -154,6 +156,7 @@ impl<'repo> Tree<'repo> {
154
156
///
155
157
/// If any path component contains illformed UTF-8 and thus can't be converted to bytes on platforms which can't do so natively,
156
158
/// the returned component will be empty which makes the lookup fail.
159
+ #[ momo]
157
160
pub fn peel_to_entry_by_path (
158
161
& mut self ,
159
162
relative_path : impl AsRef < std:: path:: Path > ,
You can’t perform that action at this time.
0 commit comments