Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/plotly/plotly.js
/ basename
Function
basename
test/jasmine/karma.conf.js:95–97 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
93
94
var
SUFFIX =
'_test.js'
;
95
var
basename =
function
(s) {
96
return
path.basename(s, SUFFIX);
97
};
98
var
merge =
function
(_) {
99
var
list = [];
100
Callers
1
karma.conf.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…