()
| 4925 | func (tc *TableContents) Trigger(triggerType int) {} |
| 4926 | |
| 4927 | func (tc *TableContents) CompletionLevel() float32 { |
| 4928 | return tc.TableData.CompletionLevel() |
| 4929 | } |
| 4930 | |
| 4931 | func (tc *TableContents) MaximumCompletionLevel() float32 { |
| 4932 | return tc.TableData.MaximumCompletionLevel() |
nothing calls this directly
no test coverage detected