MCPcopy Index your code
hub / github.com/simstudioai/sim / createEdge

Function createEdge

apps/sim/stores/undo-redo/utils.test.ts:20–24  ·  view source on GitHub ↗
(id: string, source: string, target: string)

Source from the content-addressed store, hash-verified

18
19describe('captureLatestEdges', () => {
20 const createEdge = (id: string, source: string, target: string): Edge => ({
21 id,
22 source,
23 target,
24 })
25
26 it('should return edges where blockId is the source', () => {
27 const edges = [

Callers 1

utils.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected