Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexkit/magic-context
/ prepareBaseline
Function
prepareBaseline
packages/plugin/scripts/embedding-baseline.ts:218–220 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
216
}
217
218
async
function
prepareBaseline(): Promise<Awaited<ReturnType<typeof run>>> {
219
return
run();
220
}
221
222
interface
QueryResult {
223
id: string;
Callers
1
embedding-baseline.ts
File · 0.85
Calls
1
run
Function · 0.70
Tested by
no test coverage detected