Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
423
function
getInlineAiTaskFromUrl() {
424
try {
425
return
new
URL(location.href).searchParams.get(
'aiTask'
) ||
''
;
426
} catch {
427
return
''
;
428
}
429
}
430
431
export
{
432
createInlineAiState,
Callers
5
handleInlineAiLaunch
Function · 0.90
index.js
File · 0.90
index.js
File · 0.90
handleInlineAiLaunch
Function · 0.90
handleInlineAiLaunch
Function · 0.90
Calls
1
get
Method · 0.45
Tested by
no test coverage detected