MCPcopy Create free account
hub / github.com/CleanCut/ultimate_rust2 / blah

Function blah

example/puzzles/src/lib.rs:64–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64pub fn blah() {
65 let puzzle = Puzzle::default();
66 show(&puzzle);
67 // puzzle is still available!
68}
69
70#[derive(Clone, Copy)]
71pub enum PuzzleType {

Callers

nothing calls this directly

Calls 1

showFunction · 0.85

Tested by

no test coverage detected