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

Class Store

app_background/src/main.rs:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const IMG: &[u8] = include_bytes!("./qr.png");
14
15pub struct Store {
16 pix: imagine::image::Bitmap<RGBA8888>,
17}
18
19#[no_mangle]
20pub extern "C" fn _start(ctx: &mut Context<Store>) -> i32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected