(self,key,quick)
| 27 | result = {} |
| 28 | return result |
| 29 | def searchContent(self,key,quick): |
| 30 | result = {} |
| 31 | return result |
| 32 | def playerContent(self,flag,id,vipFlags): |
| 33 | result = {} |
| 34 | return result |
nothing calls this directly
no outgoing calls
no test coverage detected