* destroy function */
| 147 | * destroy function |
| 148 | */ |
| 149 | static void destroy(void) |
| 150 | { |
| 151 | LM_NOTICE("destroy module cachedb_couchbase ...\n"); |
| 152 | cachedb_end_connections(&cache_mod_name); |
| 153 | return; |
| 154 | } |
nothing calls this directly
no test coverage detected