MCPcopy Create free account
hub / github.com/bevyengine/bevy-website / new_range

Function new_range

write-rustdoc-hide-lines/src/code_block_definition.rs:219–221  ·  view source on GitHub ↗
(start: usize, end: usize)

Source from the content-addressed store, hash-verified

217 }
218
219 fn new_range(start: usize, end: usize) -> Range<usize> {
220 Range { start, end }
221 }
222
223 #[test]
224 fn should_parse_hide_lines_annotations() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected