func golang.org/x/pkgsite/internal/postgres.insertPaths

2 uses

	golang.org/x/pkgsite/internal/postgres (current package)
		insert_module.go#L87: 		pathToID, err = insertPaths(ctx, tx, m)
		insert_module.go#L433: func insertPaths(ctx context.Context, tx *database.DB, m *internal.Module) (pathToID map[string]int, err error) {