MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / fmt

Method fmt

crates/tinywasm/src/func.rs:397–399  ·  view source on GitHub ↗
(&self, f: &mut core::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

395#[cfg(feature = "debug")]
396impl core::fmt::Debug for HostFunction {
397 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
398 f.debug_struct("HostFunction").field("ty", &self.ty).field("func", &"...").finish()
399 }
400}
401
402/// Resumable execution for an untyped function call.

Callers

nothing calls this directly

Calls 1

finishMethod · 0.80

Tested by

no test coverage detected