Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FileEnd (0.13 sec)

  1. src/go/ast/filter.go

    		}
    		ncomments += len(f.Comments)
    		ndecls += len(f.Decls)
    		if i == 0 || f.FileStart < minPos {
    			minPos = f.FileStart
    		}
    		if i == 0 || f.FileEnd > maxPos {
    			maxPos = f.FileEnd
    		}
    	}
    	slices.Sort(filenames)
    
    	// Collect package comments from all package files into a single
    	// CommentGroup - the collected package documentation. In general
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top