MCPcopy Index your code
hub / github.com/apitable/apitable / apply

Method apply

packages/core/src/tablebundle/table_bundle.ts:36–39  ·  view source on GitHub ↗
(sheet: TableBundleDataSheet, id: string = 'dst001', name: string = 'datasheet')

Source from the content-addressed store, hash-verified

34 }
35
36 public apply(sheet: TableBundleDataSheet, id: string = 'dst001', name: string = 'datasheet'): void {
37 this._nodeMap.set(id, sheet);
38 this.manifest.addDataSheetNode(id, name);
39 }
40
41 public getDataSheet(id: string): TableBundleDataSheet {
42 return <TableBundleDataSheet>this._nodeMap.get(id);

Callers 9

JOTApplyFunction · 0.45
getFunction · 0.45
socketGuardFunction · 0.45
other2text.test.tsFile · 0.45
getRollbackActionsFunction · 0.45
rollback.tsFile · 0.45
applyFunction · 0.45

Calls 2

addDataSheetNodeMethod · 0.80
setMethod · 0.65

Tested by

no test coverage detected