struct DependencyGraph::Graph::Node

Defined in:

placeos-build/digest/dependency_graph.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : String, connections : Set(Node) = Set(Node).new) #

[View source]

Instance Method Detail

def clone #

[View source]
def connections : Set(Node) #

def copy_with(value _value = @value, connections _connections = @connections) #

[View source]
def descendants #

[View source]
def hash(hasher) #
Description copied from struct Struct

See Object#hash(hasher)


[View source]
def value : String #