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

Method nodeMap

packages/core/src/tablebundle/table_bundle.ts:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 public nodeMap(): Map<string, TableBundleDataSheet> {
33 return this._nodeMap;
34 }
35
36 public apply(sheet: TableBundleDataSheet, id: string = 'dst001', name: string = 'datasheet'): void {
37 this._nodeMap.set(id, sheet);

Callers 2

saveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected