MCPcopy Create free account
hub / github.com/cinder/Cinder / isUrl

Method isUrl

include/cinder/DataSource.h:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94 virtual bool isFilePath() { return true; }
95 virtual bool isUrl() { return false; }
96
97 virtual IStreamRef createStream();
98

Callers 2

createFileQuartzRefMethod · 0.80
initFromDataSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected