MCPcopy Create free account
hub / github.com/VKCOM/kphp / on_func_call

Method on_func_call

compiler/pipes/convert-invoke-to-func-call.cpp:77–86  ·  view source on GitHub ↗

up to this point, all `$f = function() { ... }` have already been replaced with `$f = Lambda$xxx$$__construct(op_alloc)` such lambda classes have __invoke() method that actually calls the original lambda (see lambda-utils.cpp) detect such constructions to fill `this->nested_lambdas`

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

is_lambda_classMethod · 0.80
is_constructorMethod · 0.45
get_instance_methodMethod · 0.45

Tested by

no test coverage detected