Next Prev Up Top Contents Index

calls-who

Function
Summary

Lists functions called by a function.

Package

hcl

Signature

calls-who function => callees

Arguments

function

A function whose callees are required.

Values

callees

A list of function called by function.

Description

calls-who returns a list of the functions called by function (See also the editor commands List Callees , and Show Paths From .)

See also

who-calls


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index