MCPcopy Create free account
hub / github.com/arialang/aria / fmt

Method fmt

vm-lib/src/runtime_value/runtime_code_object.rs:39–41  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

37
38impl std::fmt::Debug for CodeObject {
39 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
40 write!(f, "<code-object {} at {}>", self.name, self.loc)
41 }
42}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected