All Manuals > LispWorks® User Guide and Reference Manual > 37 The HCL Package

who-calls Function

Summary

Returns the callers of a function.

Package

hcl

Signature

who-calls dspec => callers

Arguments
dspec
A dspec.
Values
callers
A list.
Description

The function who-calls returns a list of dspecs naming the definitions which call the function named by dspec.

See also the editor commands List Callers and Show Paths To.

Notes

The cross-referencing information used by who-calls is generated when code is compiled with source-level debugging switched on.

See also

calls-who
toggle-source-debugging


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35