MCPcopy
hub / github.com/zxlie/FeHelper / getInlineAiTaskFromUrl

Function getInlineAiTaskFromUrl

apps/aiagent/fh.ai-inline.js:423–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

421}
422
423function getInlineAiTaskFromUrl() {
424 try {
425 return new URL(location.href).searchParams.get('aiTask') || '';
426 } catch {
427 return '';
428 }
429}
430
431export {
432 createInlineAiState,

Callers 5

handleInlineAiLaunchFunction · 0.90
index.jsFile · 0.90
index.jsFile · 0.90
handleInlineAiLaunchFunction · 0.90
handleInlineAiLaunchFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected