MCPcopy Index your code
hub / github.com/dataease/SQLBot / isPlatformClient

Function isPlatformClient

frontend/src/utils/utils.ts:258–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256}
257
258export const isPlatformClient = () => {
259 return !!getQueryString('client') || getQueryString('state')?.includes('client')
260}
261
262/* export const checkPlatform = () => {
263 const flagArray = ['/casbi', 'oidcbi']

Callers

nothing calls this directly

Calls 2

getQueryStringFunction · 0.85
includesMethod · 0.45

Tested by

no test coverage detected