Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
364
bool URL::isLocalFile() const
365
{
366
return getScheme() ==
"file"
;
367
}
368
369
File URL::getLocalFile() const
370
{
Callers
11
loadAsync
Function · 0.45
shareFiles
Method · 0.45
getResults
Method · 0.45
fileFromFileSchemeURL
Method · 0.45
loadURL
Method · 0.45
loadURL
Method · 0.45
setURL
Method · 0.45
loadURLIntoTransport
Method · 0.45
loadURL
Method · 0.45
loadURL
Method · 0.45
showWindow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected