Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ send
Method
send
bindings/java/JavaWorkload.cpp:170–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
JavaPromise(GenericPromise<bool>&& promise) : impl(std::move(promise)) {}
169
170
void send(bool val) {
171
impl.send(val);
172
delete this;
173
}
174
};
175
176
void promiseSend(JNIEnv, jclass, jlong self, jboolean value) {
Callers
11
set
Method · 0.45
move_to
Method · 0.45
initialize
Method · 0.45
get_contents
Method · 0.45
FDB
Class · 0.45
run
Method · 0.45
jquery.js
File · 0.45
promiseSend
Function · 0.45
setup
Method · 0.45
start
Method · 0.45
check
Method · 0.45
Calls
no outgoing calls
Tested by
1
run
Method · 0.36