Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/methodofaction/Method-Draw
/ clickLine
Function
clickLine
src/js/method-draw.js:485–489 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
483
};
484
485
var
clickLine =
function
() {
486
if
(toolButtonClick(
'#tool_line'
)) {
487
svgCanvas.setMode(
'line'
);
488
}
489
};
490
491
492
Callers
nothing calls this directly
Calls
1
toolButtonClick
Function · 0.85
Tested by
no test coverage detected