Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ dropNone
Function
dropNone
src/components/drawing/index.js:58–60 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
56
};
57
58
function
dropNone(a) {
59
return
a ===
'none'
? undefined : a;
60
}
61
62
var
textcase2transformOptions = {
63
normal:
'none'
,
Callers
1
index.js
File · 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…