跳到主要内容

Type FunctionInfo

This 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.