Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isRun (0.03 sec)

  1. src/go/ast/filter.go

    					//
    					// TODO(gri): Expand this filtering to other
    					//            entities (const, type, vars) if
    					//            multiple declarations are common.
    					if f, isFun := d.(*FuncDecl); isFun {
    						name := nameOf(f)
    						if j, exists := funcs[name]; exists {
    							// function declared already
    							if decls[j] != nil && decls[j].(*FuncDecl).Doc == nil {
    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