test: tests for belief node
ref: N25B-408
This commit is contained in:
@@ -46,8 +46,7 @@ export type BasicBeliefNode = Node<BasicBeliefNodeData>
|
||||
* @param connection - The connection or edge being attempted to connect towards.
|
||||
* @returns `true` if the connection is defined; otherwise, `false`.
|
||||
*/
|
||||
export function BasicBeliefNodeCanConnect(connection: Connection | Edge): boolean {
|
||||
return (connection != undefined);
|
||||
export function BasicBeliefNodeCanConnect(_connection: Connection | Edge) {
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user