MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / hint

Method hint

src/app/mod.rs:62–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 match self {
61 Self::Demo => "demo workspace",
62 Self::Lessons => "lessons",
63 }
64 }
65
66 fn memory_workspace(self) -> std::io::Result<IdeWorkspace> {
67 match self {
68 Self::Demo => IdeWorkspace::sample(),
69 Self::Lessons => IdeWorkspace::lessons(),
70 }
71 }
72}

Callers 1

catalog_uiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected