(cmd)
| 5335 | this.cmd = cmd; |
| 5336 | } |
| 5337 | static get(cmd) { |
| 5338 | return CmdCache[cmd] ||= new Cmd(cmd); |
| 5339 | } |
| 5340 | } |
| 5341 | const nonSerializable = function nonSerializableClosure() { |
| 5342 | return nonSerializable; |
no outgoing calls
no test coverage detected