GetTrusted reads value of `trusted`.
()
| 960 | |
| 961 | // GetTrusted reads value of `trusted`. |
| 962 | func (s *Subscription) GetTrusted() any { |
| 963 | return s.trusted |
| 964 | } |
| 965 | |
| 966 | // SetWith sets other user for P2P subscriptions. |
| 967 | func (s *Subscription) SetWith(with string) { |
no outgoing calls
no test coverage detected