* @returns {Promise }
()
| 381 | * @returns {Promise<void>} |
| 382 | */ |
| 383 | init() { |
| 384 | const ret = wasm.databusbridge_init(this.__wbg_ptr); |
| 385 | return takeObject(ret); |
| 386 | } |
| 387 | /** |
| 388 | * @param {string} dst_id |
| 389 | * @returns {Promise<any>} |
no test coverage detected