DatabaseKeyPrefix returns the key prefix for the database.
()
| 171 | |
| 172 | // DatabaseKeyPrefix returns the key prefix for the database. |
| 173 | func (q *Query) DatabaseKeyPrefix() string { |
| 174 | return q.dbKeyPrefix |
| 175 | } |
no outgoing calls
no test coverage detected