MCPcopy Create free account
hub / github.com/Detanup01/gbe_fork / CreatePublishedFileUpdateRequest

Method CreatePublishedFileUpdateRequest

dll/steam_remote_storage.cpp:718–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716}
717
718PublishedFileUpdateHandle_t Steam_Remote_Storage::CreatePublishedFileUpdateRequest( PublishedFileId_t unPublishedFileId )
719{
720 PRINT_DEBUG_TODO();
721 std::lock_guard<std::recursive_mutex> lock(global_mutex);
722
723 return k_PublishedFileUpdateHandleInvalid;
724}
725
726bool Steam_Remote_Storage::UpdatePublishedFileFile( PublishedFileUpdateHandle_t updateHandle, const char *pchFile )
727{

Calls

no outgoing calls

Tested by

no test coverage detected