(&self)
| 106 | |
| 107 | impl Document { |
| 108 | pub fn document(&self) -> String { |
| 109 | match self { |
| 110 | Document::Entities => entities::DOCUMENTATION.to_string(), |
| 111 | Document::Agents => agents::DOCUMENTATION.to_string(), |
| 112 | Document::Hud => hud::DOCUMENTATION.to_string(), |
| 113 | Document::Fabricator => fabricator::DOCUMENTATION.to_string(), |
| 114 | Document::Smelter => smelter::DOCUMENTATION.to_string(), |
| 115 | Document::Dog => dog::DOCUMENTATION.to_string(), |
| 116 | Document::LaserCutter => laser_cutter::DOCUMENTATION.to_string(), |
| 117 | } |
| 118 | } |
| 119 | } |
no outgoing calls
no test coverage detected