Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
171
class
ParamsKeyBuilder extends BaseKeyBuilder {
Callers
15
index.mock.ts
File · 0.80
index.mock.ts
File · 0.80
index.mock.ts
File · 0.80
liveProvider
Function · 0.80
index.mock.ts
File · 0.80
index.mock.ts
File · 0.80
index.mock.ts
File · 0.80
authProvider
Function · 0.80
DataProvider
Function · 0.80
queryKeysReplacement
Function · 0.80
index.spec.ts
File · 0.80
useInvalidate
Function · 0.80
Calls
1
legacy
Method · 0.95
Tested by
no test coverage detected