get-crossref ( -- crossref )
Factor handbook » Developer tools » Definition cross referencing

Prev:uses ( defspec -- seq )
Next:usage ( defspec -- seq )


Vocabulary
tools.crossref.private

Inputs
None

Outputs
crossrefan assoc


Word description
Outputs the cross-referencing index, mapping definitions to usages, building it first if necessary.

Notes
This word is used to implement usage and usage..

Definition