Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DashboardLeafNodeImpl and NodeAndEdgeProviderImpl #586

Open
wants to merge 7 commits into
base: tp
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
node_names and edge_names
  • Loading branch information
kaidaguerre committed Nov 29, 2024
commit 232946ba0c011fd37037ffc92c227ddd8334203c
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
{
"auto_generated": false,
"categories": {},
"edges": [
"edges_names": [
"introspection_table_mod.edge.sample_edge_1"
],
"end_line_number": 83,
"is_anonymous": false,
"mod_name": "introspection_table_mod",
"nodes": [
"node_names": [
"introspection_table_mod.node.sample_node_1"
],
"qualified_name": "introspection_table_mod.flow.sample_flow_1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[
{
"EdgeNames": [
"edge_names": [
"introspection_table_mod.edge.sample_edge_2"
],
"NodeNames": [
"node_names": [
"introspection_table_mod.node.sample_node_2"
],
"auto_generated": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[
{
"EdgeNames": [
"edge_names": [
"introspection_table_mod.edge.sample_edge_3"
],
"NodeNames": [
"node_names": [
"introspection_table_mod.node.sample_node_3"
],
"auto_generated": false,
Expand Down
Loading