We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798180c commit 5fb3706Copy full SHA for 5fb3706
1 file changed
Graphoon/Graph.lua
@@ -149,14 +149,6 @@ function Graph.new()
149
end
150
151
152
- ---
153
- -- Checks if the id points to an existing node.
154
- -- @param id - The id to check for.
155
- --
156
- function self:exists( id )
157
- return nodes[id] ~= nil;
158
- end
159
-
160
---
161
-- Draws the graph.
162
-- Takes two callback functions as a parameter. These will be called
0 commit comments