MCPcopy 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
24export function getFileFullName(fileUrl) {
25 return fileUrl.split('/').pop();
26}
27
28export function getFileFormat(fileUrl) {
29 let format;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected