Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
table_bundle.test.ts
File · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected