MCPcopy Create free account
hub / github.com/Ruddle/Fomos / Store

Class Store

app_cursor/src/main.rs:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9use vek::Vec2;
10
11pub struct Store {
12 x: usize,
13 y: usize,
14 xm: usize,
15 ym: usize,
16}
17
18#[no_mangle]
19pub extern "C" fn _start(ctx: &mut Context<Store>) -> i32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected