- Sort Score
- Result 10 results
- Languages All
Results 141 - 142 of 142 for inspected (0.14 sec)
-
api/go1.txt
pkg go/ast, func FilterFile(*File, Filter) bool pkg go/ast, func FilterPackage(*Package, Filter) bool pkg go/ast, func Fprint(io.Writer, *token.FileSet, interface{}, FieldFilter) error pkg go/ast, func Inspect(Node, func(Node) bool) pkg go/ast, func IsExported(string) bool pkg go/ast, func MergePackageFiles(*Package, MergeMode) *File pkg go/ast, func NewIdent(string) *Ident pkg go/ast, func NewObj(ObjKind, string) *Object
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
decl.(type) { case *ast.GenDecl: if d.Tok == token.CONST { continue // Skip const declarations } if d.Tok == token.IMPORT { cmap[decl] = nil // Drop pre-import comments. } } newDecls = append(newDecls, decl) } f.Decls = newDecls // Replace identifiers. ast.Inspect(f, func(n ast.Node) bool { switch x := n.(type) { case *ast.Ident: if replacement, ok := replacements[x.Name]; ok { x.Name = replacement } } return true }) // Replace identifiers in comments. for _, c := range f.Comments { for _, l := range c.List...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)