MCPcopy Create free account
hub / github.com/Milkyroad/SCiPNET / vc.js

File vc.js

public/src/js/vc.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function drawOscilloscope(mediaStream, id) {
2 let canvasElement = document.getElementById(id);
3 let canvasContext = canvasElement.getContext("2d");
4

Callers

nothing calls this directly

Calls 12

drawOscilloscopeFunction · 0.85
checkaudioLoadedFunction · 0.85
hideMethod · 0.80
setMethod · 0.80
showMethod · 0.80
removeMethod · 0.80
$Function · 0.50
addMethod · 0.45
dataMethod · 0.45
getMethod · 0.45
updateMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected