| 76 | } |
| 77 | |
| 78 | type DynamicScopeModel struct { |
| 79 | models.DynamicTabler |
| 80 | } |
| 81 | |
| 82 | // ScopeScopeConfigId implements plugin.ToolLayerScope. |
| 83 | func (d DynamicScopeModel) ScopeScopeConfigId() uint64 { |
nothing calls this directly
no outgoing calls
no test coverage detected