Returns the tail node of the Stream * * @return Tail Node ID */
| 67 | * @return Tail Node ID |
| 68 | */ |
| 69 | NodeID tail_node() |
| 70 | { |
| 71 | return _tail_node; |
| 72 | } |
| 73 | /** Returns the stream hints that are currently used |
| 74 | * |
| 75 | * @return Stream hints |
no outgoing calls
no test coverage detected