MCPcopy Create free account
hub / github.com/Masterminds/structable / equals

Method equals

sqlite_pod_test.go:23–28  ·  view source on GitHub ↗
(other *Language)

Source from the content-addressed store, hash-verified

21}
22
23func (l *Language) equals(other *Language) bool {
24 return l.Id == other.Id &&
25 l.Name == other.Name &&
26 l.Version == other.Version &&
27 l.DtRelease.Equal(other.DtRelease)
28}
29
30func (l *Language) loadFromSql(Id int64, db *sql.DB) error {
31

Callers 4

TestPlainStructInsertFunction · 0.95
TestPlainStructLoadFunction · 0.95
TestPlainStructLoadWhereFunction · 0.95
TestPlainStructUpdateFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected