(args:FindValueArgs, callback:(args:FindValueArgs) => void)
| 3032 | } |
| 3033 | |
| 3034 | findValue(args:FindValueArgs, callback:(args:FindValueArgs) => void) { |
| 3035 | this.send("findValue", args, callback); |
| 3036 | } |
| 3037 | |
| 3038 | unpackValue(callback:(args:ValueRecord[]) => void) { |
| 3039 | return (message:FindValueArgs) => { |
no test coverage detected