(cmd, cmdsize, umbrella)
| 1 | var SubFrameworkCommand = function SubFrameworkCommand(cmd, cmdsize, umbrella) { |
| 2 | this.cmd = cmd || 0x00000000; |
| 3 | this.cmdsize = cmdsize || 0x00000000; |
| 4 | this.umbrella = umbrella || 0x00000000; |
| 5 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected