Skip to content

Commit 8ed024c

Browse files
committed
Add error mappings to introspection
1 parent 8aa68b2 commit 8ed024c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/modules/divvun/suggest.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ impl Suggest {
143143
error_mappings,
144144
}) as _)
145145
}
146+
147+
pub fn error_mappings(&self) -> &Arc<HashMap<String, Vec<Id>>> {
148+
&self.error_mappings
149+
}
146150
}
147151

148152
#[async_trait]

0 commit comments

Comments
 (0)