(property: string)
| 243 | }; |
| 244 | |
| 245 | function cleanOutputProp(property: string) { |
| 246 | return property.split('@')[0]; |
| 247 | } |
| 248 | |
| 249 | async function handleClientside( |
| 250 | dispatch: any, |
no outgoing calls
no test coverage detected
searching dependent graphs…