MCPcopy Create free account
hub / github.com/p2r3/convert / QueueNode

Interface QueueNode

src/TraversionGraph.ts:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { PriorityQueue } from './PriorityQueue.ts';
3
4interface QueueNode {
5 index: number;
6 cost: number;
7 path: ConvertPathNode[];
8 visitedBorder: number;
9};
10interface CategoryChangeCost {
11 from: string;
12 to: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected