You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Disabled is actually to an error, just notification to the graph, that it has some vertices which are disabled
72
-
returnerrors.E(op, errors.Disabled)
73
-
}
65
+
iferrors.Is(errors.Disabled, err) {
66
+
/*
67
+
DisableById vertex
68
+
1. But if vertex is disabled it can't PROVIDE via v.Provided value of itself for other vertices, and we should recalculate whole three without this dep.
0 commit comments