We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63401f commit 8151bafCopy full SHA for 8151baf
lib/src/store.rs
@@ -57,7 +57,7 @@ impl Store {
57
/// ```
58
// Very costly, slow implementation.
59
// Does not assume any indexing.
60
- fn tpf(
+ pub fn tpf(
61
&self,
62
q_subject: Option<&str>,
63
q_property: Option<&str>,
0 commit comments