Aliases
isexploitfunctionisourclosurecheckclosure
Argumentos
function
obrigatório
Function to classify. Passing a non-function raises a type error.
Retornos
boolean
true when the function is classified as executor-owned; otherwise false.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns whether the provided function is classified as executor-owned. The argument must be a function. The function does not inspect source text, debug names, bytecode hashes, or call stack ownership.
isexecutorclosure(func: function): boolean
isexploitfunctionisourclosurecheckclosurelocal result = isexecutorclosure(print)
print(result)