MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / Init

Method Init

NetStream/source/hvdb_utils.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12using namespace sce;
13
14void hvdbutils::Init()
15{
16 hvdbInit(sce_paf_malloc, sce_paf_free, sce_paf_realloc, utils::DoGETRequest, utils::DoPOSTRequest);
17}
18
19void hvdbutils::Flush()
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected