MCPcopy Create free account
hub / github.com/borgo-lang/borgo / empty_struct

Function empty_struct

compiler/src/codegen.rs:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113}
114
115fn empty_struct() -> String {
116 "struct{}{}".to_string()
117}
118
119#[derive(Debug, Clone)]
120enum Ctx {

Callers 2

unitMethod · 0.85
assign_to_resultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected