CodeReferenceModule 代码引用规范模块
| 156 | |
| 157 | // CodeReferenceModule 代码引用规范模块 |
| 158 | type CodeReferenceModule struct{} |
| 159 | |
| 160 | func (m *CodeReferenceModule) Name() string { return "code_reference" } |
| 161 | func (m *CodeReferenceModule) Priority() int { return 30 } |
nothing calls this directly
no outgoing calls
no test coverage detected