We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
toObject
The toObject function of TreeEntry has a pointer as one of its parameters.
TreeEntry
var result = treeEntry.toObject(object_out, repo);
The generated code should be switched to return the object instead of asking for a pointer as a parameter.