| 475 | } |
| 476 | |
| 477 | bool isInputStreaming(CallType call_type) |
| 478 | { |
| 479 | return (call_type == CALL_WITH_STREAM_INPUT) || (call_type == CALL_WITH_STREAM_IO); |
| 480 | } |
| 481 | |
| 482 | bool isOutputStreaming(CallType call_type) |
| 483 | { |
no outgoing calls
no test coverage detected