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

Method getDataSheet

packages/core/src/tablebundle/table_bundle.ts:41–43  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

39 }
40
41 public getDataSheet(id: string): TableBundleDataSheet {
42 return <TableBundleDataSheet>this._nodeMap.get(id);
43 }
44
45 save(path: string) {
46 if (this._saver === undefined) {

Callers 1

Calls 1

getMethod · 0.65

Tested by

no test coverage detected