parseObject parses a single Go object file. The prefix is the bytes already read from the file, typically in order to detect that this is an object file. The object file consists of a textual header ending in "\n!\n" and then the part we want to parse begins. The format of that part is defined in a
(prefix []byte, importMap ImportMap, returnReader bool)
source not stored for this graph (policy: none)
no test coverage detected