| 319 | } |
| 320 | |
| 321 | bool isInputStreaming(CallType call_type) |
| 322 | { |
| 323 | return (call_type == CALL_WITH_STREAM_INPUT) || (call_type == CALL_WITH_STREAM_IO); |
| 324 | } |
| 325 | |
| 326 | bool isOutputStreaming(CallType call_type) |
| 327 | { |
no outgoing calls
no test coverage detected