()
| 216 | } |
| 217 | |
| 218 | getLastHandshakeTime(): googleProtobufTimestamp.Timestamp { |
| 219 | return jspb.Message.getWrapperField(this, googleProtobufTimestamp.Timestamp, 7); |
| 220 | } |
| 221 | |
| 222 | setLastHandshakeTime(value?: googleProtobufTimestamp.Timestamp): void { |
| 223 | (jspb.Message as any).setWrapperField(this, 7, value); |
no outgoing calls
no test coverage detected