MCPcopy Create free account
hub / github.com/decomp/decomp / renameFix

Function renameFix

cmd/go-post/fix.go:772–776  ·  view source on GitHub ↗
(tab []rename)

Source from the content-addressed store, hash-verified

770}
771
772func renameFix(tab []rename) func(*ast.File) bool {
773 return func(f *ast.File) bool {
774 return renameFixTab(f, tab)
775 }
776}
777
778func parseName(s string) (ptr bool, pkg, nam string) {
779 i := strings.Index(s, ".")

Callers

nothing calls this directly

Calls 1

renameFixTabFunction · 0.85

Tested by

no test coverage detected