Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-pg/pg
/ getDataFields
Method
getDataFields
orm/query.go:379–381 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
377
}
378
379
func
(q *Query) getDataFields() ([]*Field, error) {
380
return
q._getFields(true)
381
}
382
383
func
(q *Query) _getFields(omitPKs bool) ([]*Field, error) {
384
table := q.tableModel.Table()
Callers
2
appendSliceModelData
Method · 0.80
AppendQuery
Method · 0.80
Calls
1
_getFields
Method · 0.95
Tested by
no test coverage detected