Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XorTroll/Goldleaf
/ GetLastResult
Method
GetLastResult
Goldleaf/source/nsp/nsp_Installer.cpp:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
Result GetLastResult() {
137
ScopedLock rc_lock(this->last_rc_lock);
138
return this->last_rc;
139
}
140
141
void NotifyUpdateProgress() {
142
ScopedLock progress_lock(this->write_progress_lock);
Callers
1
WriteContents
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected