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