Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
func
stringPtr(s string) *string {
41
return
&s
42
}
43
44
func
(m *Movie) loadFromSql(Id int64, db *sql.DB) error {
45
Callers
4
TestStructWithPointerInsert
Function · 0.85
TestStructWithPointerLoad
Function · 0.85
TestStructWithPointerLoadWhere
Function · 0.85
TestStructWithPointerUpdate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected