Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdRoll/rustenstein
/ get_map
Method
get_map
src/cache.rs:200–202 ·
view source on GitHub ↗
(&self, episode: usize, level: usize)
Source
from the content-addressed store, hash-verified
198
}
199
200
pub fn get_map(&self, episode: usize, level: usize) -> Map {
201
self.maps[level + 10 * episode].clone()
202
}
203
}
204
205
pub struct Picture {
Callers
1
new
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected