MCPcopy Create free account
hub / github.com/JoshuaPostel/texaform / document

Method document

src/ui/documentation.rs:108–118  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

106
107impl 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}

Callers 3

renderFunction · 0.80
handle_key_eventsFunction · 0.80
handle_mouse_eventsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected