MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / init

Function init

src/event_loop.rs:192–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190}
191
192pub fn init() -> Extension {
193 Extension::builder()
194 .ops(vec![
195 ("op_next_event", op_async(op_next_event)),
196 ])
197 .build()
198}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected