Next Prev Up Top Contents Index

who-calls

Function
Summary

Returns a list of the callers of function.

Package

hcl

Signature

who-calls function => callers

Arguments

function

Function whose callers are required.

Values

callers

A list of callers of the function.

Description

who-calls returns a list of the callers of function. See also the Editor commands List Callers and Show Paths To .

See also

calls-who


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index