| Did you know ... | Search Documentation: |
| pack_analyzer.pl -- Analyse the content of a Prolog pack |
This module analyses a Prolog pack without loading it.
pack_analysis(+Pack, -Results)file(Name, SizeBytes).- and Exports is []. Each
member of Exports is a term export(PI, Info), where Info
is a list with additional properties. Currently defined
Info terms are:
doc(Summary, Comment)Extra is reserved for additional information. Currently defines:
doc(Title, Comment)
xref_pack(+Pack) is det
xref_pack_file(+Pack, +File) is det
pack_open_entry(+Pack, +Entry, -Stream) is det
pack_members(+Pack, -Members:list) is detfile(File,Size) that represent the files in
Pack. Pack is either a git repository, a directory holding files
or an archive.
prolog:xref_open_source(+Id, -Stream) is semidet[multifile]
prolog:xref_source_identifier(+Path, -Id) is semidet[multifile]
prolog:xref_source_file(+Spec, -SourceID, +Options) is semidet[multifile]The following predicates are exported, but not or incorrectly documented.