Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dendronhq/dendron
/ createEngine
Function
createEngine
packages/engine-server/src/enginev2.ts:869–872 ·
view source on GitHub ↗
({ wsRoot }: WorkspaceOpts)
Source
from the content-addressed store, hash-verified
867
}
868
869
export
const
createEngine = ({ wsRoot }: WorkspaceOpts) => {
870
const
engine = DendronEngineV2.create({ wsRoot });
871
return
engine as DEngineClient;
872
};
Callers
1
runEngineTestV5
Function · 0.90
Calls
1
create
Method · 0.65
Tested by
no test coverage detected