Skip to content

getFunctionCalls likely just not used (just pass a empty vmData to the other function) #68

@GalloDaSballo

Description

@GalloDaSballo

export function getFunctionCalls(logs: string): string[] {
const pattern: RegExp = /\b(\w+)(([^)]*))\s+(block=/gm;
const matches: RegExpMatchArray | null = logs.match(pattern);

const functionCalls = matches?.map((entry) => entry.toString()) as string[];
return functionCalls;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions