Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ericciarla/trendFinder
/ main
Function
main
src/index.ts:7–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
dotenv.config();
6
7
async
function
main() {
8
console.log(`Starting process to generate draft...`);
9
await
handleCron();
10
}
11
main();
12
13
Callers
1
index.ts
File · 0.85
Calls
1
handleCron
Function · 0.90
Tested by
no test coverage detected