Skip to content

Commit e31cd00

Browse files
committed
Document Index
1 parent 7f9ea95 commit e31cd00

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crates/ark/src/lsp/inputs/package_index.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
use std::path::Path;
99

10+
/// This represents an INDEX file.
11+
///
12+
/// We use it to complement the list of exported symbols in NAMESPACE, in
13+
/// particular for exported datasets. This is a stopgap approach that has known
14+
/// shortcomings (false negatives as we will treat actually non-exported symbols
15+
/// as exported in some cases).
1016
#[derive(Default, Clone, Debug)]
1117
pub struct Index {
1218
pub names: Vec<String>,

0 commit comments

Comments
 (0)