| 746 | |
| 747 | #[derive(Deserialize)] |
| 748 | struct BufferFromFileBody { |
| 749 | name: String, |
| 750 | file: String, |
| 751 | start_line: Option<usize>, |
| 752 | end_line: Option<usize>, |
| 753 | } |
| 754 | |
| 755 | async fn buffer_from_file( |
| 756 | State(state): State<AppState>, |
nothing calls this directly
no outgoing calls
no test coverage detected