Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/xpf0000/FlyEnv
/ next
Method
next
src/main/ui/SiteSucker/LinkTask.ts:55–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
54
let
timer: NodeJS.Timeout
55
const
next = () => {
56
clearTimeout(timer)
57
link.state =
'success'
58
this.run().then()
59
}
60
const
saveFile = link.saveFile
61
let
size = 0
62
if
(existsSync(saveFile)) {
Callers
nothing calls this directly
Calls
2
run
Method · 0.95
then
Method · 0.45
Tested by
no test coverage detected