Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ isFilePath
Method
isFilePath
include/cinder/DataSource.h:94–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
static DataSourceAndroidAssetRef create( const fs::path &path );
93
94
virtual bool isFilePath() { return true; }
95
virtual bool isUrl() { return false; }
96
97
virtual IStreamRef createStream();
Callers
12
createFileQuartzRef
Method · 0.80
Font.cpp
File · 0.80
ImageSourceFileWic
Method · 0.80
ImageSourceFileStbImage
Method · 0.80
ImageSourceFileTinyExr
Method · 0.80
ImageSourceFileQoi
Method · 0.80
setShaderSource
Method · 0.80
init
Method · 0.80
SourceFileCoreAudio
Method · 0.80
initReader
Method · 0.80
init
Method · 0.80
initFromDataSource
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected