Skip to content

Commit

Permalink
remaned one function
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Krebs committed Oct 25, 2023
1 parent ab24705 commit 01e58a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo/assets/scripts/domainmodel/domainmodel-tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AstNode } from "../langium-utils/langium-ast";
import { TreeNode } from "./d3tree";


export function getTreeNode(ast: AstNode): TreeNode {
export function getMainTreeNode(ast: AstNode): TreeNode {
const astNode = getDomainModelAst(ast as DomainModelAstNode);
// create a TreeNode a DataType
const getDataTypeTreeNode = (d: DataType): TreeNode => {
Expand Down

0 comments on commit 01e58a5

Please sign in to comment.