Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ getFileElementName
Function
getFileElementName
web-src/tests/unit/file_dialog_test.js:44–46 ·
view source on GitHub ↗
(element)
Source
from the content-addressed store, hash-verified
42
}
43
44
function
getFileElementName(element) {
45
return
$(element).find(
'span'
).text();
46
}
47
48
function
getFileElementType(element) {
49
return
$(element).find(
'i'
).text();
Callers
2
findFileElement
Function · 0.85
file_dialog_test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected