(self,tid,pg,filter,extend)
| 21 | result = {} |
| 22 | return result |
| 23 | def categoryContent(self,tid,pg,filter,extend): |
| 24 | result = {} |
| 25 | return result |
| 26 | def searchContent(self,key,quick): |
| 27 | result = {} |
| 28 | return result |
nothing calls this directly
no outgoing calls
no test coverage detected