Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lineFuncMap (0.15 sec)

  1. src/cmd/internal/testdir/testdir_test.go

    	// the first line of each function begins at column 0, while the rest is
    	// indented by a tabulation. These data structures help us index the
    	// output by function.
    	functionMarkers := make([]int, 1)
    	lineFuncMap := make(map[string]int)
    
    	lines := strings.Split(outStr, "\n")
    	rxLine := regexp.MustCompile(fmt.Sprintf(`\((%s:\d+)\)\s+(.*)`, regexp.QuoteMeta(fn)))
    
    	for nl, line := range lines {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top