function getFunctionNameInfo(staticFnName, splitBy): object;
Defined in: utils.ts:280
Assumes that a function name is in the format of parentName_fnKey and returns the fnKey and fnName in the format of parentName.fnKey.
string
"_" | "."
object
fnKey: string;
fnName: string;
parentName: string;