MCPcopy Index your code
hub / github.com/clips/pattern / _ctx_graph_lineWidth

Function _ctx_graph_lineWidth

pattern/graph/graph.js:278–283  ·  view source on GitHub ↗
(w1, w2, ctx)

Source from the content-addressed store, hash-verified

276}
277
278function _ctx_graph_lineWidth(w1, w2, ctx) {
279 if (w1 === undefined) {
280 w1 = _ctx && _ctx.state && _ctx.state.strokewidth || 1.0;
281 }
282 ctx.lineWidth = w1 + w2 || 0;
283}
284
285/*--- GRAPH NODE -----------------------------------------------------------------------------------*/
286

Callers 1

graph.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…