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

Method delete_cache

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

* @param {string} dst_id * @returns {Promise }

(dst_id)

Source from the content-addressed store, hash-verified

389 * @returns {Promise<any>}
390 */
391 delete_cache(dst_id) {
392 const ptr0 = passStringToWasm0(dst_id, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
393 const len0 = WASM_VECTOR_LEN;
394 const ret = wasm.databusbridge_delete_cache(this.__wbg_ptr, ptr0, len0);
395 return takeObject(ret);
396 }
397 /**
398 * @param {string} dst_id
399 * @returns {Promise<any>}

Callers 2

disableRoleExtendFunction · 0.45
delNodeFunction · 0.45

Calls 2

passStringToWasm0Function · 0.70
takeObjectFunction · 0.70

Tested by

no test coverage detected