MCPcopy 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

createFileQuartzRefMethod · 0.80
Font.cppFile · 0.80
ImageSourceFileWicMethod · 0.80
ImageSourceFileQoiMethod · 0.80
setShaderSourceMethod · 0.80
initMethod · 0.80
SourceFileCoreAudioMethod · 0.80
initReaderMethod · 0.80
initMethod · 0.80
initFromDataSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected