Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ set
Method
set
src/tests/owned_tests.cpp:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
public:
25
int get() const { return value; }
26
void set(int _value) { value = _value; }
27
28
private:
29
int value;
Callers
15
cleanup
Function · 0.45
finalize
Method · 0.45
close
Method · 0.45
write
Method · 0.45
disconnect
Method · 0.45
_read
Method · 0.45
serve
Function · 0.45
foreach
Function · 0.45
set_io_promise
Function · 0.45
read_internal
Function · 0.45
write_internal
Function · 0.45
accept
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected