mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-16 01:12:05 +01:00
TMP/UNDO: make backwardPropagate() public, for unit tests
This commit is contained in:
parent
84a7469d4f
commit
2f8aafa6d3
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ class Query(
|
||||||
/// amount to use for the certification and whether any regular
|
/// amount to use for the certification and whether any regular
|
||||||
/// expressions should be respected. To simply use the values in
|
/// expressions should be respected. To simply use the values in
|
||||||
/// the certification return None using the callback: `|_| None`.
|
/// the certification return None using the callback: `|_| None`.
|
||||||
private
|
// FIXME: public for tests, should be private
|
||||||
fun backwardPropagate(targetFpr: Fingerprint,
|
fun backwardPropagate(targetFpr: Fingerprint,
|
||||||
targetUserid: String,
|
targetUserid: String,
|
||||||
selfSigned: Boolean,
|
selfSigned: Boolean,
|
||||||
|
|
Loading…
Reference in a new issue