Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/efectn/go-orm-benchmarks
/ Upper
Struct
Upper
bench/upper.go:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
Upper
struct
{
11
helper.ORMInterface
12
conn db.Session
13
}
14
15
func
CreateUpper() helper.ORMInterface {
16
return
&Upper{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected