MCPcopy Create free account
hub / github.com/apitable/apitable / init

Method init

packages/databus-wasm-web/databus_wasm.js:383–386  ·  view source on GitHub ↗

* @returns {Promise }

()

Source from the content-addressed store, hash-verified

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>}

Callers 1

initializeDatabusWasmFunction · 0.95

Calls 1

takeObjectFunction · 0.70

Tested by

no test coverage detected