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

Method getDsCache

packages/core/src/cache_manager/cache.ts:75–77  ·  view source on GitHub ↗
(dsId: string)

Source from the content-addressed store, hash-verified

73 // }
74
75 private getDsCache(dsId: string) {
76 return this.dsMap.get(dsId);
77 }
78
79 private getDsFields(dsId: string) {
80 const ds = this.getDsCache(dsId);

Callers 4

getDsFieldsMethod · 0.95
addCellCacheMethod · 0.95
removeCellCacheMethod · 0.95
getCellCacheMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected