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

Method load

packages/core/src/tablebundle/table_bundle.ts:110–110  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

108
109export interface ITableBundleLoader{
110 load(path: string): Buffer;
111}
112export interface ITableBundleSaver{
113 save(bundle: Uint8Array, path: string): void;

Callers 10

loadFileMethod · 0.65
loadResourcesMethod · 0.65
loadResourcesMethod · 0.65
loadResourcesMethod · 0.65
loadResourcesMethod · 0.65
loadResourcesMethod · 0.65
loadResourcesMethod · 0.65
uploadFilesChangeFunction · 0.65
loadYamlMethod · 0.65
getSubjectPropertiesMethod · 0.65

Implementers 4

TestLoaderpackages/core/src/tablebundle/__tests_
TableBundleLoaderpackages/room-server/src/database/time
I18nJsonParserpackages/room-server/src/shared/adapte
ObjectLoaderpackages/datasheet/public/file/pdf/pdf

Calls

no outgoing calls

Tested by

no test coverage detected