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

Function loadUrlStream

src/cinder/Url.cpp:139–142  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////////////////////////// loadUrl

Source from the content-addressed store, hash-verified

137//////////////////////////////////////////////////////////////////////////////////////////////////////
138// loadUrl
139IStreamUrlRef loadUrlStream( const Url &url, const UrlOptions &options )
140{
141 return IStreamUrl::create( url, "", "", options );
142}
143
144IStreamUrlRef loadUrlStream( const std::string &url, const std::string &user, const std::string &password, const UrlOptions &options )
145{

Callers 2

createBufferMethod · 0.85
createStreamMethod · 0.85

Calls 2

UrlClass · 0.85
createFunction · 0.50

Tested by

no test coverage detected