isEmpty

open fun isEmpty(): Boolean

Determines if this function info represents an empty or uninitialized state.

An empty function info has blank context name, processor name, and function name. This is useful for detecting placeholder or default function info instances.

Return

true if all name components are empty, false otherwise