MCPcopy
hub / github.com/refinedev/refine / get

Method get

packages/core/src/definitions/helpers/keys/index.ts:166–168  ·  view source on GitHub ↗
(legacy?: boolean)

Source from the content-addressed store, hash-verified

164 }
165
166 get(legacy?: boolean) {
167 return legacy ? this.legacy() : this.segments;
168 }
169}
170
171class ParamsKeyBuilder extends BaseKeyBuilder {

Callers 15

index.mock.tsFile · 0.80
index.mock.tsFile · 0.80
index.mock.tsFile · 0.80
liveProviderFunction · 0.80
index.mock.tsFile · 0.80
index.mock.tsFile · 0.80
index.mock.tsFile · 0.80
authProviderFunction · 0.80
DataProviderFunction · 0.80
queryKeysReplacementFunction · 0.80
index.spec.tsFile · 0.80
useInvalidateFunction · 0.80

Calls 1

legacyMethod · 0.95

Tested by

no test coverage detected