Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Siv3D/OpenSiv3D
/ Save
Function
Save
Siv3D/src/Siv3D/SimpleHTTP/SivSimpleHTTP.cpp:54–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
namespace SimpleHTTP
53
{
54
HTTPResponse Save(const URLView url, const FilePathView filePath)
55
{
56
SIV3D_ENGINE(Network)->init();
57
58
return Get(url, {}, filePath);
59
}
60
61
HTTPResponse Load(const URLView url, MemoryWriter& writer)
62
{
Callers
nothing calls this directly
Calls
2
Get
Function · 0.70
init
Method · 0.45
Tested by
no test coverage detected