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

Function isLarkPlatform

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

Source from the content-addressed store, hash-verified

242}
243
244export const isLarkPlatform = () => {
245 return !!getQueryString('state') && !!getQueryString('code')
246}
247
248export const isPlatform = () => {
249 const state = getQueryString('state')

Callers

nothing calls this directly

Calls 1

getQueryStringFunction · 0.85

Tested by

no test coverage detected