Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apitable/apitable
/ init
Method
init
packages/databus-wasm-nodejs/databus_wasm.js:318–321 ·
view source on GitHub ↗
* @returns {Promise }
()
Source
from the content-addressed store, hash-verified
316
* @returns {Promise<void>}
317
*/
318
init() {
319
const
ret = wasm.databusbridge_init(this.__wbg_ptr);
320
return
takeObject(ret);
321
}
322
/**
323
*/
324
print() {
Callers
nothing calls this directly
Calls
1
takeObject
Function · 0.70
Tested by
no test coverage detected