Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
pub fn blah() {
65
let puzzle = Puzzle::default();
66
show(&puzzle);
67
// puzzle is still available!
68
}
69
70
#[derive(Clone, Copy)]
71
pub enum PuzzleType {
Callers
nothing calls this directly
Calls
1
show
Function · 0.85
Tested by
no test coverage detected