Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getDsFields
Method · 0.95
addCellCache
Method · 0.95
removeCellCache
Method · 0.95
getCellCache
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected