FilterFile trims the AST for a Go file in place by removing all names from top-level declarations (including struct field and interface method names, but not from parameter lists) that don't pass through the filter f. If the declaration is empty afterwards, the declaration is removed from the AST. T
(src *File, f Filter)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected