* @param {string} dst_id * @returns {Promise }
(dst_id)
| 389 | * @returns {Promise<any>} |
| 390 | */ |
| 391 | delete_cache(dst_id) { |
| 392 | const ptr0 = passStringToWasm0(dst_id, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); |
| 393 | const len0 = WASM_VECTOR_LEN; |
| 394 | const ret = wasm.databusbridge_delete_cache(this.__wbg_ptr, ptr0, len0); |
| 395 | return takeObject(ret); |
| 396 | } |
| 397 | /** |
| 398 | * @param {string} dst_id |
| 399 | * @returns {Promise<any>} |
no test coverage detected