SetTrusted assigns a value to `trusted`, otherwise not accessible from outside the package.
(tstd any)
| 955 | |
| 956 | // SetTrusted assigns a value to `trusted`, otherwise not accessible from outside the package. |
| 957 | func (s *Subscription) SetTrusted(tstd any) { |
| 958 | s.trusted = tstd |
| 959 | } |
| 960 | |
| 961 | // GetTrusted reads value of `trusted`. |
| 962 | func (s *Subscription) GetTrusted() any { |
no outgoing calls
no test coverage detected