Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createFileQuartzRef
Method · 0.80
initFromDataSource
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected