MCPcopy Index your code
hub / github.com/Masterminds/structable / newStool

Function newStool

structable_test.go:22–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func newStool() *Stool {
23 stool := new(Stool)
24
25 stool.Id = 1
26 stool.Id2 = 2
27 stool.Legs = 3
28 stool.Material = "Stainless Steel"
29 stool.Ignored = "Boo"
30
31 return stool
32}
33
34type ActRec struct {
35 Id int `stbl:"id,SERIAL,PRIMARY_KEY"`

Callers 7

TestBindFunction · 0.85
TestLoadFunction · 0.85
TestLoadWhereFunction · 0.85
TestInsertFunction · 0.85
TestUpdateFunction · 0.85
TestDeleteFunction · 0.85
TestExistsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected