Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tensorflow/tfjs
/ removeClass
Function
removeClass
tfjs-tflite/demo/src/script.ts:152–154 ·
view source on GitHub ↗
(selector: string, className: string)
Source
from the content-addressed store, hash-verified
150
}
151
152
function
removeClass(selector: string, className: string) {
153
return
ele(selector).classList.remove(className);
154
}
155
156
start();
Callers
2
start
Function · 0.85
handleClickTrigger
Function · 0.85
Calls
1
ele
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…