Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for keepType (0.09 sec)

  1. src/go/printer/nodes.go

    				i0 = i
    				keepType = false
    			}
    		} else {
    			if i0 >= 0 {
    				// end of a run
    				populate(i0, i, keepType)
    				i0 = -1
    			}
    		}
    		if t.Type != nil {
    			keepType = true
    		}
    	}
    	if i0 >= 0 {
    		// end of a run
    		populate(i0, len(specs), keepType)
    	}
    
    	return m
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
Back to top