Handbook
Glossary
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
crossref
an
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
USING:
kernel
namespaces
tools.crossref
;
IN:
tools.crossref.private
:
get-crossref
( -- crossref )
crossref
get-global
[
build-crossref
]
unless*
;