MCPcopy Create free account
hub / github.com/codename-co/stack / init_stacks

Function init_stacks

packages/app/src-tauri/src/lib.rs:67–71  ·  view source on GitHub ↗
(app: &AppHandle)

Source from the content-addressed store, hash-verified

65// }
66
67fn init_stacks(app: &AppHandle) {
68 load_stacks(app, stack_start)
69 .map_err(|e| log::error!("Failed to run initialization stacks: {:#?}", e))
70 .ok();
71}
72
73#[cfg_attr(mobile, tauri::mobile_entry_point)]
74pub fn run() {

Callers 1

runFunction · 0.85

Calls 1

load_stacksFunction · 0.85

Tested by

no test coverage detected