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 262b862 commit acc9a3cCopy full SHA for acc9a3c
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