Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlatformLab/NanoLog
/ load
Method
load
runtime/Atomic.h:149–152 ·
view source on GitHub ↗
* Return the current value. */
Source
from the content-addressed store, hash-verified
147
* Return the current value.
148
*/
149
ValueType load()
150
{
151
return value;
152
}
153
154
/**
155
* Assign to an Atomic.
Callers
3
test_outputMappingFile
Method · 0.80
test_outputMappingFile_withFolders
Method · 0.80
outputCompilationFiles
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_outputMappingFile
Method · 0.64
test_outputMappingFile_withFolders
Method · 0.64