MCPcopy
hub / github.com/go-gorm/gorm / CheckPetUnscoped

Function CheckPetUnscoped

tests/helper_test.go:84–86  ·  view source on GitHub ↗
(t *testing.T, pet Pet, expect Pet)

Source from the content-addressed store, hash-verified

82}
83
84func CheckPetUnscoped(t *testing.T, pet Pet, expect Pet) {
85 doCheckPet(t, pet, expect, true)
86}
87
88func CheckPet(t *testing.T, pet Pet, expect Pet) {
89 doCheckPet(t, pet, expect, false)

Callers

nothing calls this directly

Calls 1

doCheckPetFunction · 0.85

Tested by

no test coverage detected