SandboxModule 沙箱信息模块
| 108 | |
| 109 | // SandboxModule 沙箱信息模块 |
| 110 | type SandboxModule struct{} |
| 111 | |
| 112 | func (m *SandboxModule) Name() string { return "sandbox" } |
| 113 | func (m *SandboxModule) Priority() int { return 15 } |
nothing calls this directly
no outgoing calls
no test coverage detected