Call site

In programming, a call site of a function or subroutine is the location (line of code) where the function is called (or may be called, through dynamic dispatch). A call site is where zero or more arguments are passed to the function, and zero or more return values are received.[1][2]

  1. ^ "General | Subroutine". Codecademy. Retrieved 2024-09-12.
  2. ^ "Chapter 7 - Subroutines". www.neurobs.com. Retrieved 2024-09-12.