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

Method init

packages/databus-wasm-nodejs/cjs/databus_wasm.js:386–389  ·  view source on GitHub ↗

* @returns {Promise }

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

takeObjectFunction · 0.70

Tested by

no test coverage detected