button v0.1.3 (2018-11-15T00:21:03Z)
Dub
Repo
BuildState.remove
button
state
BuildState
Removes an edge. Throws an exception if the edge does not exist.
void
remove
(Index!Resource index)
void
remove
(Index!Task index)
void
remove
(ResourceId path)
void
remove
(TaskKey key)
void
remove
(Index!Resource from, Index!Task to, EdgeType type)
void
remove
(Index!Task from, Index!Resource to, EdgeType type)
class
BuildState
void
remove
(
Index
!
Task
from
,
Index
!
Resource
to
,
EdgeType
type
)
void
remove
(TaskKey from, ResourceId to, EdgeType type)
void
remove
(ResourceId from, TaskKey to, EdgeType type)
Meta
Source
See Implementation
button
state
BuildState
constructors
this
functions
add
addPending
degreeIn
degreeOut
edgeExists
find
isPending
length
opIndex
opIndexAssign
put
remove
removePending
properties
edges
enumerate
incoming
islands
outgoing
pending
static variables
buildDescId
Removes an edge. Throws an exception if the edge does not exist.