MCPcopy Create free account
hub / github.com/SolarLune/masterplan / CompletionLevel

Method CompletionLevel

contents.go:4927–4929  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4925func (tc *TableContents) Trigger(triggerType int) {}
4926
4927func (tc *TableContents) CompletionLevel() float32 {
4928 return tc.TableData.CompletionLevel()
4929}
4930
4931func (tc *TableContents) MaximumCompletionLevel() float32 {
4932 return tc.TableData.MaximumCompletionLevel()

Callers

nothing calls this directly

Calls 1

CompletionLevelMethod · 0.45

Tested by

no test coverage detected