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

Method has

packages/core/src/engine/buffer_storage.ts:36–36  ·  view source on GitHub ↗
(key: any)

Source from the content-addressed store, hash-verified

34 get(key: any, alt?: any): any;
35 getAll(fillObj?: IStoredData): IStoredData;
36 has(key: any): boolean;
37 isFake(): boolean;
38 keys(fillList?: string[]): string[];
39 namespace(namespace: string, noSession?: true): ILsStore;

Callers 15

findCorrectTypeMethod · 0.65
serializeMethod · 0.65
deserializeMethod · 0.65
isCellVisibleFunction · 0.65
isCellInSelectionFunction · 0.65
isSameSetFunction · 0.65
isSubSetFunction · 0.65
hasIntersectFunction · 0.65
setComplementFunction · 0.65
getDuplicatesFunction · 0.65
CompensatorClass · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected