Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ value
Method
value
kernel/oswrapper/vspace.h:1036–1038 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1034
_owner(0), _head(0), _tail(0), _value(value), _lock() {
1035
}
1036
size_t value() {
1037
return _value;
1038
}
1039
void post();
1040
bool try_wait();
1041
void wait();
Callers
6
union_in_place
Method · 0.45
intersect_with
Method · 0.45
fold
Method · 0.45
map_values
Method · 0.45
map_pairs
Method · 0.45
filter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected