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
Now that we have node_table_get_row in #132, it would make sense to implement *_table_get_row method for all tables. Seems very doable. It would also enable us testing of the *_table_add_row methods - do we get back what we have put in the tables.
Now that we have
node_table_get_rowin #132, it would make sense to implement*_table_get_rowmethod for all tables. Seems very doable. It would also enable us testing of the*_table_add_rowmethods - do we get back what we have put in the tables.