HH\ExperimentalParserUtils\find_all_functions

namespace HH\ExperimentalParserUtils;

function find_all_functions(
  \HH\ParseTree $json,
): dict<int, darray, FunctionNode>;

Parameters

  • \HH\ParseTree $json

Returns

  • dict<int, darray, FunctionNode>