Fix Constructor's Size in Memory Node
Open
prebug
- Dominant language
- C++
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The constructor's size entry is showing an incorrect number in memory node.
Currently, it is *always* showing `0` as size. Though it should equal to the number of records. Note that neither of these are correct.
Each time a record is added to the constructor, the size should increase by the size of the record's type expression.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.