MCPcopy Create free account
hub / github.com/VimYoung/Spell / default

Method default

spell-framework/src/forge.rs:31–35  ·  view source on GitHub ↗

Create an instance on forge.

()

Source from the content-addressed store, hash-verified

29impl Default for Forge {
30 /// Create an instance on forge.
31 fn default() -> Self {
32 let event_loop: EventLoop<'static, ForgeState> =
33 EventLoop::try_new().expect("Failed to initialize the event loop!");
34 Forge(event_loop)
35 }
36}
37impl Forge {
38 // // Create an instance on forge.

Callers

nothing calls this directly

Calls 1

ForgeClass · 0.85

Tested by

no test coverage detected