(target: dataform.ITarget)
| 524 | } |
| 525 | |
| 526 | function targetString(target: dataform.ITarget) { |
| 527 | return calloutOutput(`${target.schema}.${target.name}`); |
| 528 | } |
| 529 | |
| 530 | export function dotRepresentation(graph: dataform.ICompiledGraph, interactive: boolean): string { |
| 531 | const nodes: string[] = []; |
no test coverage detected