Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codingmonk-yt/chat-app-latest
/ getFileFullName
Function
getFileFullName
src/utils/getFileFormat.js:24–26 ·
view source on GitHub ↗
(fileUrl)
Source
from the content-addressed store, hash-verified
22
}
23
24
export
function
getFileFullName(fileUrl) {
25
return
fileUrl.split(
'/'
).pop();
26
}
27
28
export
function
getFileFormat(fileUrl) {
29
let
format;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected