Skip to main content

Function callee

Scopes

Function callee

The function being called in a function call
C
Clojure
C#
CSS
Dart
Go
Java
JavaScript
Kotlin
Latex
Lua
PHP
Python
R
Ruby
Rust
Scala
Tree sitter query (SCM)
Talon

Function callee: Chain

The function being called in a chain of function calls, including parent objects.
C
C#
Dart
Go
Java
JavaScript
Kotlin
Lua
PHP
Python
Ruby
Rust
Scala

Function callee: Constructor

The class being constructed in a class instantiation, including the `new` keyword.
C++
C#
Dart
Java
JavaScript
Kotlin
PHP
Python
Scala

Function callee: Enum

The enum constructor being called
Dart
Java
Kotlin
Rust
Scala

Function callee: Generic

The function being called in a function call with generic type arguments
C++
C#
Dart
Go
Java
Kotlin
Rust
Scala
TypeScript

Function callee: Method

The function being called in a method call, including parent objects.
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
Lua
PHP
Python
R
Ruby
Rust
Scala
Talon