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

Function stringPtr

sqlite_ptr_test.go:40–42  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

38}
39
40func stringPtr(s string) *string {
41 return &s
42}
43
44func (m *Movie) loadFromSql(Id int64, db *sql.DB) error {
45

Callers 4

Calls

no outgoing calls

Tested by

no test coverage detected