var golang.org/x/pkgsite/internal/database.QueryLoggingDisabled
9 uses
golang.org/x/pkgsite/internal/database (current package)
copy.go#L57: if !QueryLoggingDisabled {
copy.go#L69: if !QueryLoggingDisabled {
logging.go#L22: var QueryLoggingDisabled bool
logging.go#L35: if QueryLoggingDisabled {
logging.go#L124: if QueryLoggingDisabled {
golang.org/x/pkgsite/internal/postgres
insert_module.go#L747: if !database.QueryLoggingDisabled {
insert_module.go#L754: if !database.QueryLoggingDisabled {
test_helper.go#L138: database.QueryLoggingDisabled = true
test_helper.go#L165: database.QueryLoggingDisabled = true
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |