[not loaded]All predicatesShow sourcepack.pl -- Pack gitty objects

<pack file> := <header> <file>* <header> := "gitty(Version).\n" <object>* "end_of_header.\n" <object> := obj(Hash, Type, Size, FileSize)
Source pack_objects(+Store, +Pack) is det
Source pack_objects(+Store, +Objects, +Pack) is det
Source attach_pack(+Pack)
Load the index of Pack into memory.
Source load_object_from_pack(+Hash, -Data, -Type, -Size)
Source pack_objects(+Store, +Pack) is det
Source pack_objects(+Store, +Objects, +Pack) is det