()
| 1160 | } |
| 1161 | |
| 1162 | func (x *DataSource) GetMasterPassword() string { |
| 1163 | if x != nil { |
| 1164 | return x.MasterPassword |
| 1165 | } |
| 1166 | return "" |
| 1167 | } |
| 1168 | |
| 1169 | func (x *DataSource) GetObfuscatedMasterPassword() string { |
| 1170 | if x != nil { |
no outgoing calls
no test coverage detected