Return the current tree name
(self)
| 799 | # SERVE FILES |
| 800 | |
| 801 | def current_tree(self): |
| 802 | """ |
| 803 | Return the current tree name |
| 804 | """ |
| 805 | return self.current_trees[self.smb_header.TID] |
| 806 | |
| 807 | def root_path(self): |
| 808 | """ |
no outgoing calls
no test coverage detected