All Path claims for (signer, base, suffix)
(ctx context.Context, signer, base blob.Ref, suffix string)
| 128 | |
| 129 | // All Path claims for (signer, base, suffix) |
| 130 | PathsLookup(ctx context.Context, signer, base blob.Ref, suffix string) ([]*camtypes.Path, error) |
| 131 | |
| 132 | // Most recent Path claim for (signer, base, suffix) as of |
| 133 | // provided time 'at', or most recent if 'at' is nil. |
no outgoing calls
no test coverage detected