Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/contextgo/contextgo
/ contextEngineService.test.ts
File
contextEngineService.test.ts
tests/unit/context-engine/contextEngineService.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
fs from
'node:fs/promises'
;
2
import
os from
'node:os'
;
3
import
path from
'node:path'
;
4
import
{ describe, expect, it, vi } from
'vitest'
;
Callers
nothing calls this directly
Calls
15
createInMemoryContextEngineDependencies
Function · 0.85
makeSource
Function · 0.85
makeMemory
Function · 0.85
makeProfile
Function · 0.85
makeChunk
Function · 0.85
makeProjectTaggedSource
Function · 0.85
writeTestDocument
Function · 0.85
ingestSource
Method · 0.80
getLatestCursor
Method · 0.80
retrieve
Method · 0.80
assemble
Method · 0.80
buildMountedSections
Method · 0.80
Tested by
no test coverage detected