introspection@1FunctionInfoOn this pageType FunctionInfoThis type is used as the return type of getFuncInfo. It contains information about a function. type FunctionInfo { name: string; origin: FunctionOrigin; } Description If the function is anonymous, the name field will be an empty string.