MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / isLocalFile

Method isLocalFile

JUCE/modules/juce_core/network/juce_URL.cpp:364–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362
363#if ! JUCE_ANDROID
364bool URL::isLocalFile() const
365{
366 return getScheme() == "file";
367}
368
369File URL::getLocalFile() const
370{

Callers 11

loadAsyncFunction · 0.45
shareFilesMethod · 0.45
getResultsMethod · 0.45
fileFromFileSchemeURLMethod · 0.45
loadURLMethod · 0.45
loadURLMethod · 0.45
setURLMethod · 0.45
loadURLIntoTransportMethod · 0.45
loadURLMethod · 0.45
loadURLMethod · 0.45
showWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected