Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
fn empty_struct() -> String {
116
"struct{}{}"
.to_string()
117
}
118
119
#[derive(Debug, Clone)]
120
enum Ctx {
Callers
2
unit
Method · 0.85
assign_to_result
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected