MCPcopy
hub / github.com/TanStack/query / getSelectorByImports

Function getSelectorByImports

packages/query-codemods/src/utils/index.cjs:184–187  ·  view source on GitHub ↗
(imports, path)

Source from the content-addressed store, hash-verified

182 }
183
184 const getSelectorByImports = (imports, path) =>
185 imports.namespace
186 ? `${imports.namespace.name}.${imports[path].name}`
187 : imports[path].name
188
189 return {
190 findAllMethodCalls,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…