MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / gscGetQueryDetailsCore

Function gscGetQueryDetailsCore

packages/db/src/services/gsc.service.ts:170–182  ·  view source on GitHub ↗
(input: {
  projectId: string;
  startDate: string;
  endDate: string;
  query: string;
})

Source from the content-addressed store, hash-verified

168}
169
170export async function gscGetQueryDetailsCore(input: {
171 projectId: string;
172 startDate: string;
173 endDate: string;
174 query: string;
175}) {
176 return getGscQueryDetails(
177 input.projectId,
178 input.query,
179 input.startDate,
180 input.endDate,
181 );
182}
183
184export async function gscGetCannibalizationCore(input: {
185 projectId: string;

Callers 2

gscQueryDetailsFunction · 0.90
seo.tsFile · 0.90

Calls 1

getGscQueryDetailsFunction · 0.90

Tested by

no test coverage detected