| 855 | } |
| 856 | |
| 857 | unsigned |
| 858 | LogFieldList::count() |
| 859 | { |
| 860 | unsigned cnt = 0; |
| 861 | for (LogField *f = first(); f; f = next(f)) { |
| 862 | cnt++; |
| 863 | } |
| 864 | return cnt; |
| 865 | } |
| 866 | |
| 867 | void |
| 868 | LogFieldList::display(FILE *fd) |
no outgoing calls
no test coverage detected