Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/deepnote
/
Class
packages/reactivity/src/dag.ts:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
import
{ buildDagFromBlocks } from
'./dag-builder'
5
6
export
class
DagError extends Error {
7
constructor(message: string) {
8
super(message)
9
this.name =
'DagError'
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected