(query string, args ...any)
| 3547 | // it writes with). |
| 3548 | type rowQueryer interface { |
| 3549 | QueryRow(query string, args ...any) *sql.Row |
| 3550 | } |
| 3551 | |
| 3552 | // readParentLinkTarget returns the target_id of an item's `parent` link, or |
no outgoing calls
no test coverage detected