Combined message
| 405 | |
| 406 | // Combined message |
| 407 | type ComMessage struct { |
| 408 | *ClientComMessage |
| 409 | *ServerComMessage |
| 410 | } |
| 411 | |
| 412 | func modelGetBoolParam(params map[string]interface{}, name string) bool { |
| 413 | var val bool |
nothing calls this directly
no outgoing calls
no test coverage detected