Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/opral/inlang
/ loadProjectInMemory.test.ts
File
loadProjectInMemory.test.ts
packages/sdk/src/project/loadProjectInMemory.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ expect, test } from
"vitest"
;
2
import
{ newProject } from
"./newProject.js"
;
3
import
{ loadProjectInMemory } from
"./loadProjectInMemory.js"
;
4
Callers
nothing calls this directly
Calls
2
newProject
Function · 0.85
loadProjectInMemory
Function · 0.85
Tested by
no test coverage detected