You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ExtractAPI fails to handle nested types like:
structMyStruct {
struct {
int a;
}
}
What we would like is for the nested struct to be have a relationship to the parent context of memberOf and for the path components to reflect the nesting.