Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for intersperseComments (0.2 sec)

  1. src/go/printer/printer.go

    			return true
    		}
    	}
    	return false
    }
    
    // intersperseComments consumes all comments that appear before the next token
    // tok and prints it together with the buffered whitespace (i.e., the whitespace
    // that needs to be written before the next token). A heuristic is used to mix
    // the comments and whitespace. The intersperseComments result indicates if a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 41.6K bytes
    - Viewed (0)
Back to top