MCPcopy Index your code
hub / github.com/Binject/debug / parseObject

Method parseObject

goobj2/file.go:611–903  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

parseFunction · 0.95
parseArchiveMethod · 0.95

Calls 15

readByteMethod · 0.95
peekMethod · 0.95
readFullMethod · 0.95
NameMethod · 0.95
ReadMethod · 0.95
NewReaderFromBytesFunction · 0.92
BuiltinNameFunction · 0.92
RelocTypeTypeAlias · 0.92
getArchivePathFunction · 0.85
HeaderMethod · 0.80
AutolibMethod · 0.80
PkglistMethod · 0.80

Tested by

no test coverage detected