| 2112 | } |
| 2113 | |
| 2114 | type kindAndIDAdorner struct { |
| 2115 | sourceInfo *ast.SourceInfo |
| 2116 | } |
| 2117 | |
| 2118 | func (k *kindAndIDAdorner) GetMetadata(elem any) string { |
| 2119 | switch e := elem.(type) { |
nothing calls this directly
no outgoing calls
no test coverage detected