Skip to content

Commit

Permalink
fbcode/eden/ [A]
Browse files Browse the repository at this point in the history
Reviewed By: MichaelCuevas

Differential Revision: D68170270

fbshipit-source-id: b1265070a0ca79370d062b351b2cbc64a3e3bd19
  • Loading branch information
generatedunixname226714639793621 authored and facebook-github-bot committed Jan 15, 2025
1 parent 3c1616d commit 00aef29
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions eden/fs/service/eden.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -2810,6 +2810,10 @@ service EdenService extends fb303_core.BaseService {
}

// The following were automatically generated and may benefit from renaming.
typedef map<PathString, FileAttributeDataOrErrorV2> (
rust.type = "sorted_vector_map::SortedVectorMap",
) map_PathString_FileAttributeDataOrErrorV2_3516
@thrift.DeprecatedUnvalidatedAnnotations{
items = {"rust.type": "sorted_vector_map::SortedVectorMap"},
}
typedef map<
PathString,
FileAttributeDataOrErrorV2
> map_PathString_FileAttributeDataOrErrorV2_3516

0 comments on commit 00aef29

Please sign in to comment.